Check manual page of snmp_infoMay 02. 2012
snmp_infoAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: SNMP This check retrieves the values sysDescr, sysContact, sysName and
sysLocation and displays them. It is alwas OK.
Check parametersNone. Performance dataNone. InventoryOne check per SNMP host will be created.
Please note: This check is not found be then SNMP scan (which you do with
a simple cmk -I). You need to explicitely specify the check, if you
want to inventorize it (cmk --checks snmp_info -I). Alternatively you
can specify it as a manual check.
Configuration variablesNone. Examplesmain.mk # Force snmp_info as manual check on all SNMP hosts checks += [ ( [ "snmp" ], ALL_HOSTS, "snmp_info", None, None ), ] |
| ||||||||||||