[root@caw snmptt]# ls -lva /usr/local/bin | grep -i 'snmp\|addmib'
-rwx--x--- 1 root nagios 804 Nov 6 11:49 addmib
-rwx------ 1 root root 2078 Nov 6 11:49 snmptraphandling.py
-rwx------ 1 root root 30438 Nov 6 11:49 snmpttconvertmib
[root@caw snmptt]# ls -lva /usr/local/sbin | grep -i 'snmp\|addmib'
[root@caw snmptt]# ls -lva /usr/sbin | grep -i 'snmp\|addmib'
-rwxr-xr-x 1 root root 30744 Oct 21 04:37 snmpd
-rwxr-xr-x 1 root root 30776 Oct 21 04:37 snmptrapd
-rwxr-xr-x 1 root root 177466 Oct 22 2012 snmptt
-rwxr-xr-x 1 root root 6493 Oct 22 2012 snmptthandler
[root@caw snmptt]# cat /etc/snmp/snmptrapd.conf | tail -n 50
disableAuthorization yes
traphandle default /usr/sbin/snmptthandler
[root@caw snmptt]# grep -i 'daemon_uid\|mode =' /etc/snmp/snmptt.ini
mode = daemon
description_mode = 0
# A second (child) process will be started as the daemon_uid user so
daemon_uid = snmptt
[root@caw snmptt]# grep -i 'exec' /etc/snmp/snmptt.conf | tail -n 10
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An ospfVirtNbrRestartHelperStatusChange trap signifies $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A coldStart trap signifies that the SNMPv2 $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A warmStart trap signifies that the SNMPv2 $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An authenticationFailure trap signifies that the $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An egpNeighborLoss trap signifies that an EGP $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A coldStart trap signifies that the sending $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A linkDown trap signifies that the sending $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A linkUp trap signifies that the sending $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An authenticationFailure trap signifies that $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An egpNeighborLoss trap signifies that an EGP $*"
[root@caw snmptt]# grep -i 'nag' /etc/group
nagios
nagcmd
[root@caw snmptt]# grep -i 'snmp' /etc/group
nagios
nagcmd
snmptt
[root@caw snmptt]# ll /var/log/snmptt/
total 128
-rw-rw-r-- 1 snmptt root 28966 Nov 7 14:40 snmptt.log
-rw-r--r-- 1 root root 238 Nov 6 11:49 snmpttsystem.log
-rw-rw-r-- 1 snmptt root 85217 Nov 7 14:08 snmpttunknown.log
[root@caw snmptt]# ll -d /var/log/snmptt/
drwxrwxr-x 2 snmptt snmptt 4096 Nov 6 16:11 /var/log/snmptt/
[root@caw snmptt]# ll /var/spool/snmptt
total 0
[root@caw snmptt]# ll -d /var/spool/snmptt
drwxrwxr-x 2 snmptt snmptt 4096 Nov 7 14:40 /var/spool/snmptt
David