Search found 5 matches
- Wed Apr 27, 2011 7:36 am
- Forum: Open Source Nagios Projects
- Topic: submit_check_result command format
- Replies: 0
- Views: 1309
submit_check_result command format
I am calling submit_check_result from the snmptt program to pass a trap through to Nagios. When the program is triggered there appears to be no result generated. I call the program with the line /usr/local/nagios/libexec/submit_check_result $r TRAP 1 and the result in the log file is nagios3 logger:...
- Wed Apr 27, 2011 4:02 am
- Forum: Open Source Nagios Projects
- Topic: SNMP Traps in Nagios
- Replies: 2
- Views: 1887
Re: SNMP Traps in Nagios
In addition to the original post I have put in the semi-colon after the import section and the translation was successful, however the NOTIFICATION-TYPE line was still skipped.
- Tue Apr 26, 2011 11:35 am
- Forum: Open Source Nagios Projects
- Topic: SNMP Traps in Nagios
- Replies: 2
- Views: 1887
SNMP Traps in Nagios
We have built an application which will generate an SNMP trap and send this to a server with Nagios Installed to enable us to see when an exception occurs. We are using the snmptrap daemon to listen for the trap and snmptt to translate the trap to enable Nagios to show the trap. We have used the fol...
- Mon Apr 18, 2011 11:18 am
- Forum: Open Source Nagios Projects
- Topic: Which cfg files are used ?
- Replies: 3
- Views: 652
Re: Which cfg files are used ?
Thank you for getting back to me. The installation is a Jump Box installation on Debian. When I ran the ps command as suggested I got the following. root@nagios3:/etc/init.d# ps aux | grep nagios.cf | grep -v grep nagios 32374 0.0 0.1 11012 1080 ? Ssl 15:38 0:00 /usr/local/nagios/bin/nagios -d /usr/...
- Wed Apr 13, 2011 10:17 am
- Forum: Open Source Nagios Projects
- Topic: Which cfg files are used ?
- Replies: 3
- Views: 652
Which cfg files are used ?
I have created a Jump Start installation on an Amazon Elastic Cluster. There are two lots of cfg files, /usr/local/nagios/etc/objects and /etc/nagios3/objects. Can someone explain which directory is used as the th second directory above appear to be used by the Nagios Core and the first directory is...