Search found 11 matches

by stratogen_richard
Fri Mar 14, 2014 6:20 am
Forum: Nagios XI
Topic: Single display for multiple XI servers
Replies: 1
Views: 58

Single display for multiple XI servers

Hi All,

We have 2 NagiosXI servers deployed and I was wondering if anyone had any suggestions for a way to display them in a single web interface?

Thanks,

Richard
by stratogen_richard
Tue Nov 12, 2013 12:03 pm
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

I've attached the output of those commands as a file.
by stratogen_richard
Tue Nov 12, 2013 6:01 am
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

I did actually disable debugging right after raising the ticket, however, I have enabled it and sent some test traps. tail -20 /etc/snmp/snmptt.ini DEBUGGING = 2 # Debugging file - SNMPTT # Location of debugging output file. Leave blank to default to STDOUT (good for # standalone mode, or daemon mod...
by stratogen_richard
Mon Nov 11, 2013 11:49 am
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

Hi,

Yeah the PID's match and I did change from standalone to daemon and removed the UID.

The PID issue i am getting only appeared when I made the changes you suggested.

Thanks,

Richard
by stratogen_richard
Sun Nov 10, 2013 7:38 pm
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

I have highlighted the section of my previous response which covers this when you asked me to do it in your previous response. Is there a support system I can go through rather than going via the forum as the time difference means we are take a full day to get responses back and forth and it seems t...
by stratogen_richard
Fri Nov 08, 2013 4:35 am
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

ps -ef | grep snmp root 1528 923 0 09:32 pts/0 00:00:00 grep snmp root 7244 1 0 Nov07 ? 00:00:06 /usr/bin/perl /usr/sbin/snmptt --daemon root 13097 1 0 Oct23 ? 00:07:09 /usr/sbin/snmpd -LS0-6d -Lf /dev/null -p /var/run/snmpd.pid root 31661 1 0 Nov07 ? 00:00:03 /usr/sbin/snmptrapd -Lsd -On -p /var/ru...
by stratogen_richard
Thu Nov 07, 2013 12:16 pm
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

once I updated to that the following appears in the logs when a trap comes in after I see the snmptrapd trap info message:

SNMPTT v1.4beta2 started
There seems to be another SNMPTT process (pid 7244) running.
You may want to kill it and delete the .pid file (/var/run/snmptt.pid). Aborting...
by stratogen_richard
Thu Nov 07, 2013 12:12 pm
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

ps -ef | grep snmp root 13097 1 0 Oct23 ? 00:06:51 /usr/sbin/snmpd -LS0-6d -Lf /dev/null -p /var/run/snmpd.pid root 31661 1 0 17:11 ? 00:00:00 /usr/sbin/snmptrapd -Lsd -On -p /var/run/snmptrapd.pid root 31738 1 0 17:11 ? 00:00:00 /usr/bin/perl /usr/sbin/snmptt --daemon root 31812 6246 0 17:11 pts/0 ...
by stratogen_richard
Thu Nov 07, 2013 4:31 am
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

-rw-r--r-- 1 snmptt root 1807755 Nov 7 09:29 snmptt.debug -rw-r--r-- 1 snmptt root 367278 Oct 24 03:22 snmptt.debug-20131024 -rw-r--r-- 1 snmptt root 1342303 Oct 27 03:41 snmptt.debug-20131027 -rw-r--r-- 1 snmptt root 2979028 Nov 3 03:50 snmptt.debug-20131103 -rw-r--r-- 1 root root 456 Nov 6 16:01 s...
by stratogen_richard
Wed Nov 06, 2013 10:27 am
Forum: Nagios XI
Topic: SNMP Traps
Replies: 18
Views: 623

Re: SNMP Traps

grep -i 'daemon_uid\|mode =' /etc/snmp/snmptt.ini mode = standalone description_mode = 0 # A second (child) process will be started as the daemon_uid user so daemon_uid = snmptt grep -i -m 5 'exec' /etc/snmp/snmptt.conf EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" &q...