mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
lnms snmp:translate always show textual and numeric translations (#16187)
* lnms snmp:translate always show textual and numeric translations accept os name as device spec for translate values output tidy up for translate and one result * ingore phpstan
This commit is contained in:
@@ -234,6 +234,7 @@ return [
|
||||
'oid(s)' => 'One or more SNMP OID to fetch. Should be either MIB::oid or a numeric oid',
|
||||
],
|
||||
'failed' => 'SNMP command failed!',
|
||||
'numeric' => 'Numeric',
|
||||
'oid' => 'OID',
|
||||
'options' => [
|
||||
'output' => 'Specify the output format :formats',
|
||||
@@ -241,6 +242,7 @@ return [
|
||||
'depth' => 'Depth to group the snmp table at. Usually the same number as the items in the index of the table',
|
||||
],
|
||||
'not_found' => 'Device not found',
|
||||
'textual' => 'Textual',
|
||||
'value' => 'Value',
|
||||
],
|
||||
'translation:generate' => [
|
||||
|
Reference in New Issue
Block a user