snmp trap translation component

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

snmp trap translation component

Post by snapon_admin »

Anyone else use this component? https://exchange.nagios.org/directory/A ... ge/details

It used to work back with XI2012, but I haven't had to us it since upgrading and it doesn't appear to work with XI2014R2.5. I keep getting this error whenever I try to save my changes:

Code: Select all

Could not copy /etc/snmp/snmptt.conf to /etc/snmp/snmptt.conf.update
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: snmp trap translation component

Post by ssax »

Works for me just fine on 2014R2.7, probably just a permissions issue:

Code: Select all

ls -ld /etc/snmp
ls -l /etc/snmp
Here's mine:

Code: Select all

[nagios@ssc66xi libexec]$ ls -ld /etc/snmp
drwxrwxr-x 2 root nagios 4096 Jul 15 17:10 /etc/snmp

[nagios@ssc66xi libexec]$ ls -l /etc/snmp/
total 896
-rw--w---- 1 root   root    19118 Jun 18 10:45 snmpd.conf
-rw--w---- 1 root   root      101 Jun 15 11:31 snmptrapd.conf
-rw-r--r-- 1 apache apache   1561 Jul 15 17:10 snmptt.conf
-rw-rw-r-- 1 apache nagios  26020 Jul 10 12:58 snmptt.ini
Locked