You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use check_snmp plugin to monitor the hardware metrics on PTS devices.
On RHEL7, the plugin is working fine and check_snmp plugin version is v2.3.3
OMD[worker@XXXX]:~$ /omd/versions/default/lib/monitoring-plugins/check_snmp -H XXXX -P 3 -L authPriv -U test -A test -X admin -a MD5 -x DES -N testing -o 1.3.6.1.2.1.1.3.0
SNMP OK - Timeticks: (24949548) 2 days, 21:18:15.48 |
OMD[worker@XXXX]
On RHEL9, the plugin is not working and check_snmp plugin version is v2.4.0 OMD[worker@XXXX]:~$ /omd/versions/default/lib/monitoring-plugins/check_snmp -H XXXX -P 3 -L authPriv -U test -A test -X admin -a MD5 -x DES -N testing -o 1.3.6.1.2.1.1.3.0
External command error: Invalid privacy protocol specified after -3x flag: DES
OMD[worker@XXXX]_
We are trying to use check_snmp plugin to monitor the hardware metrics on PTS devices.
On RHEL7, the plugin is working fine and check_snmp plugin version is v2.3.3
OMD[worker@XXXX]:~$ /omd/versions/default/lib/monitoring-plugins/check_snmp -H XXXX -P 3 -L authPriv -U test -A test -X admin -a MD5 -x DES -N testing -o 1.3.6.1.2.1.1.3.0
SNMP OK - Timeticks: (24949548) 2 days, 21:18:15.48 |
OMD[worker@XXXX]
On RHEL9, the plugin is not working and check_snmp plugin version is v2.4.0
OMD[worker@XXXX]:~$ /omd/versions/default/lib/monitoring-plugins/check_snmp -H XXXX -P 3 -L authPriv -U test -A test -X admin -a MD5 -x DES -N testing -o 1.3.6.1.2.1.1.3.0
External command error: Invalid privacy protocol specified after -3x flag: DES
OMD[worker@XXXX]_
As per below link the issue fixed in check_snmp version 2.4.9
nagios-plugins/nagios-plugins#743
Kindly advice how we can update check_snmp version to 2.4.9 from v2.4.0 if this fixes the issue.
The text was updated successfully, but these errors were encountered: