mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cli show string enums in snmp commands (#16317)
This commit is contained in:
@@ -163,6 +163,7 @@ abstract class SnmpFetch extends LnmsCommand
|
||||
$type = $this->type;
|
||||
|
||||
return SnmpQuery::make()
|
||||
->enumStrings()
|
||||
->numeric($this->numeric)
|
||||
->device($device)
|
||||
->$type($this->oids);
|
||||
|
Reference in New Issue
Block a user