Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ncsa
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
I couldn't believe it when I found out that nobody had written a script to verify whether NSCA is working properly. It's one of the basic foundations of Nagios! It's of the utmost importance to our monitoring environment and noone bothers to check it?!
Right. So I wrote a check script myself. It's verification is two-fold:
1) Verify that the NSCA process is running.
2) Insert a message into NSCA and verify that Nagios receives it.
The script should be run on the system that's -receiving- NSCA messages. It requires the use of the send_nsca binary (naturally).
Right. So I wrote a check script myself. It's verification is two-fold:
1) Verify that the NSCA process is running.
2) Insert a message into NSCA and verify that Nagios receives it.
The script should be run on the system that's -receiving- NSCA messages. It requires the use of the send_nsca binary (naturally).
Reviews (1)
bykn, December 30, 2011
My thoughts exactly.
As soon I had a working nsca, i thought : I have to monitor this, cause if it's down, I'll never know about it and my remote checks will be worthless
I was just about to go and write a shell script to deal with that when I found yours.
As soon I had a working nsca, i thought : I have to monitor this, cause if it's down, I'll never know about it and my remote checks will be worthless
I was just about to go and write a shell script to deal with that when I found yours.