omd
omd copied to clipboard
Issue with check_snmp plugin on RHEL 9
We are trying to use check_snmp plugin to monitor the hardware metrics on hardware 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 https://github.com/nagios-plugins/nagios-plugins/issues/743
Kindly advice how we can update check_snmp plugin version to 2.4.9 from v2.4.0 or advice any solution that fixes the issue.