Search found 5 matches

by cvken
Tue Jul 23, 2013 7:31 pm
Forum: Nagios XI
Topic: Contacts Not Receiving Notifications
Replies: 1
Views: 87

Contacts Not Receiving Notifications

I setup 2 new contacts by copying the nagios admin contact and added them to several services. When I send the "Custom Service Notification" I receive the notification they do not. The Notifications Log shows them as receiving it but /var/log/maillog shows only the messages were sent to me...
by cvken
Fri May 03, 2013 2:50 pm
Forum: Nagios XI
Topic: Custom Plugin
Replies: 4
Views: 230

Re: Custom Plugin

Sorry, this was a case of stupid.
I had changed the name of the script...and not updated the command to reflect the new name.
by cvken
Fri May 03, 2013 2:28 pm
Forum: Nagios XI
Topic: Custom Plugin
Replies: 4
Views: 230

Custom Plugin

I've created a custom plugin for nagios. I can run the plugin as the nagios user from the command line. Output of ls -l -rwxr-xr-x 1 nagios nagios 2137 May 3 13:11 check_verify_count.pl When I added the plugin as a command it runs from the command page and returns output. The plugin does call a wind...
by cvken
Thu May 02, 2013 8:41 pm
Forum: Nagios XI
Topic: Monitor rates
Replies: 2
Views: 205

Re: Monitor rates

Thank you I am building something based off another plugin.
by cvken
Mon Apr 29, 2013 5:12 pm
Forum: Nagios XI
Topic: Monitor rates
Replies: 2
Views: 205

Monitor rates

I have numeric data in that changes frequently and I need to monitor and see if the values fall below a certain threshold. Currently the data will be curled from a website into a file, but it could be written to a db instead. As part of this I would like to be able to monitor the data over time, so ...