Search found 5 matches
- Fri Feb 12, 2016 11:58 am
- Forum: Open Source Nagios Projects
- Topic: New Error Code for Nagios Core
- Replies: 5
- Views: 2230
Re: New Error Code for Nagios Core
Thank you hsmith for the invitation. I would definitely see how I can contribute by translating the ideas into actuals. I in-fact have gone through NagiosStats.c and figured out the section that sends one of these return codes. I would probably make changes, compile and run a test sometime the last ...
- Fri Feb 12, 2016 5:20 am
- Forum: Open Source Nagios Projects
- Topic: NSCA stops sending events to Upstream Nagios
- Replies: 3
- Views: 1302
- Wed Feb 10, 2016 5:12 am
- Forum: Open Source Nagios Projects
- Topic: NSCA stops sending events to Upstream Nagios
- Replies: 3
- Views: 1302
NSCA stops sending events to Upstream Nagios
I have seen, though not very often, NSCA stops sending events to upstream server. The downstream server (relay server- active checks) is healthy and sends the events consistently, how-ever even though the upstream server(central nagios - passive checks) is healthy and in running state, I do not see ...
- Wed Feb 10, 2016 5:03 am
- Forum: Open Source Nagios Projects
- Topic: New Error Code for Nagios Core
- Replies: 5
- Views: 2230
Re: New Error Code for Nagios Core
Thank you tmcdonald for your idea. I have the nagios submit the events with the return code, to another perl script, which in turn sends the events back to the event management systems ( here in this case IBM Netcool) for ticketing. I have seen the author of the perl script modify it to make a WARNI...
- Mon Feb 08, 2016 5:19 am
- Forum: Open Source Nagios Projects
- Topic: New Error Code for Nagios Core
- Replies: 5
- Views: 2230
New Error Code for Nagios Core
Hi, Today Nagios core only takes up the following return code 0 - OK 1- WARNING 2 - CRITICAL 3 - UNKNOWN Is there a way we could have another return code to return a FATAL or CATASTROPHIC. the need of the hour for me is to create a SEVERITY-1 ticket based on a FATAL message or return. My systems can...