librenms/app/Console/Commands/SnmpGet.php
Tony Murray 7635ace4fa
Split out lnms snmp convenience commands (#14603)
* Split out lnms snmp convenience commands

* Use SnmpQuery->valuesByIndex()

* Fix style
2022-11-19 22:10:25 -06:00

9 lines
110 B
PHP

<?php
namespace App\Console\Commands;
class SnmpGet extends SnmpFetch
{
protected $name = 'snmp:get';
}