Versions installed
[root@nms ~]# rpm -qa | grep snmp
net-snmp-libs-5.5-49.el6_5.2.x86_64
net-snmp-utils-5.5-49.el6_5.2.x86_64
net-snmp-5.5-49.el6_5.2.x86_64
net-snmp-perl-5.5-49.el6_5.2.x86_64
php-snmp-5.3.3-27.el6_5.x86_64
snmptt-1.4-0.9.beta2.el6.noarch
net-snmp-devel-5.5-49.el6_5.2.x86_64
Looking for bins:
[root@nms ~]# ls -lva /usr/local/bin | grep -i 'snmp\|addmib'
-rwxr-xr-x 1 root nagios 804 Jun 10 10:25 addmib
-rwxrw-rw- 1 root root 1321 Jul 4 2013 addmib.nms
-rwxr-xr-x 1 root root 804 Jun 13 2013 addmib.orig
-rwxr-xr-x 1 root root 2078 Jun 10 10:25 snmptraphandling.py
-rwxr-xr-x 1 root root 3381 Jul 10 2013 snmptraphandling.py.nms
-rwxr-xr-x 1 root root 2078 Jul 10 2013 snmptraphandling.py.orig
-rwxr-xr-x 1 root nagios 30438 Jun 10 10:25 snmpttconvertmib
-rwxr-xr-x 1 root root 30438 Sep 15 2013 snmpttconvertmib.1.3
-rwxr-xr-x 1 root root 30775 Sep 15 2013 snmpttconvertmib.1.4_2beta
[root@nms ~]# ls -lva /usr/local/sbin | grep -i 'snmp\|addmib'
-rwxr-xr-x 1 root root 177466 Sep 15 2013 snmptt.1.3
-rwxr-xr-x 1 root root 177466 Sep 15 2013 snmptt.1.4_2beta
[root@nms ~]# ls -lva /usr/sbin | grep -i 'snmp\|addmib'
-rwxr-xr-x 1 root root 30744 Aug 26 22:42 snmpd
-rwxr-xr-x 1 root root 30776 Aug 26 22:42 snmptrapd
-rwxr-xr-x 1 root root 177466 Oct 22 2012 snmptt
-rwxr-xr-x 1 root root 6493 Oct 22 2012 snmptthandler
[root@nms ~]# cat /etc/snmp/snmptrapd.conf
disableAuthorization yes
traphandle default /usr/sbin/snmptthandler
snmptt\trapd settings and user perms:
[root@nms ~]# grep -i 'daemon_uid\|mode =' /etc/snmp/snmptt.ini
mode = daemon
description_mode = 1
# A second (child) process will be started as the daemon_uid user so
daemon_uid = snmptt
[root@nms ~]# grep -i 'exec' /etc/snmp/snmptt.conf | tail -n 10
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Secondary recording server Recording service is ready to use. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Secondary recording server Recording service is not ready to use. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Request to start recording service on secondary server. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Request to stop recording service on secondary server. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Secondary Recording Service Starting. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "License limit exceeded for secondary server. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "Screen capture agent desktop is not accessible. $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A coldStart trap signifies that the SNMP entity, $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "A warmStart trap signifies that the SNMP entity, $*"
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An authenticationFailure trap signifies that the SNMP $*"
[root@nms ~]# grep -i 'nag' /etc/group
nagios

500:nagios,apache,snmptt
nagcmd

501:nagios,apache,snmptt
[root@nms ~]# ls -lart /usr/local/nagios/var/rw/nagios.cmd
prw-rw---- 1 nagios nagcmd 0 Sep 18 15:20 /usr/local/nagios/var/rw/nagios.cmd
Checking log and spool dirs:
[root@nms ~]# service snmptt status
snmptt (pid 14364) is running...
[root@nms ~]# service snmptrapd status
snmptrapd (pid 31337) is running...