Nagios XI SNMPTT install script issues
Re: Nagios XI SNMPTT install script issues
I've uploaded a new package with a fixed snmptraphandling.py here.
Re: Nagios XI SNMPTT install script issues
Hi,
The install script you are using is old follow this document http://assets.nagios.com/downloads/nagi ... ith_XI.pdf . I see Alex has updated the RPM with the latest fixes ,I suggest you install the RPM using the following command
rpm -Uvh --force --nodeps snmptt-1.3-3.nagios.noarch.rpm
Once installed check
in /etc/sysconfig/snmptrapd or /etc/sysconfig/snmptrapd.options(depending on your distro) that the -m all option is present. I personally disable DNS translation off in our environment as the $r variable in snmptt.conf must match the host ip or hostname in nagios(which in our case is different) .
Also check the snmptt.ini has also mib enviromnets=all is enabled and net_snmp_best_guess is also enabled this usually fixes the numeric oids not being converted to text. Look at my previous post for details of these values.
Let me know how it goes.
Many Thanks
Arnab
The install script you are using is old follow this document http://assets.nagios.com/downloads/nagi ... ith_XI.pdf . I see Alex has updated the RPM with the latest fixes ,I suggest you install the RPM using the following command
rpm -Uvh --force --nodeps snmptt-1.3-3.nagios.noarch.rpm
Once installed check
in /etc/sysconfig/snmptrapd or /etc/sysconfig/snmptrapd.options(depending on your distro) that the -m all option is present. I personally disable DNS translation off in our environment as the $r variable in snmptt.conf must match the host ip or hostname in nagios(which in our case is different) .
Also check the snmptt.ini has also mib enviromnets=all is enabled and net_snmp_best_guess is also enabled this usually fixes the numeric oids not being converted to text. Look at my previous post for details of these values.
Let me know how it goes.
Many Thanks
Arnab