From ab5d5b972c9de8a2e00c05218375ed98f0328085 Mon Sep 17 00:00:00 2001 From: "Christopher Huhn, GSI" Date: Wed, 8 Apr 2020 20:41:11 +0200 Subject: [PATCH] Fix OID for snmp_users check --- debian/pluginconfig/snmp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }