Nagios XI SNMPTT install script issues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Nagios XI SNMPTT install script issues

Post by agriffin »

I've uploaded a new package with a fixed snmptraphandling.py here.
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: Nagios XI SNMPTT install script issues

Post by arnab.roy »

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
Locked