diff --git a/debian/pluginconfig/snmp.cfg b/debian/pluginconfig/snmp.cfg index 2be8f8e..21442ed 100644 --- a/debian/pluginconfig/snmp.cfg +++ b/debian/pluginconfig/snmp.cfg @@ -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 }