Fix OID for snmp_users check
This commit is contained in:
parent
643c7923b5
commit
ab5d5b972c
2
debian/pluginconfig/snmp.cfg
vendored
2
debian/pluginconfig/snmp.cfg
vendored
|
@ -50,7 +50,7 @@ define command{
|
|||
# 'snmp_users' command definition
|
||||
define command{
|
||||
command_name snmp_users
|
||||
command_line /usr/lib/nagios/plugins/check_snmp -H '$HOSTADDRESS$' -C '$ARG1$' -o host.hrSystem.hrSystemNumUsers -w :'$ARG2$' -c :'$ARG3$' -l users
|
||||
command_line /usr/lib/nagios/plugins/check_snmp -H '$HOSTADDRESS$' -C '$ARG1$' -o host.hrSystem.hrSystemNumUsers.0 -w :'$ARG2$' -c :'$ARG3$' -l users
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue