Search found 18 matches

by pato
Mon Nov 24, 2014 3:44 pm
Forum: Open Source Nagios Projects
Topic: Notification when Status Information (not status) changes
Replies: 7
Views: 9688

Re: Notification when Status Information (not status) change

You can cheat and make the service trigger an event handler, pass the state and status to the event handler which saves the last copy of the status information somewhere (temp file) and compares the new status to the old status. If it's not the same, then send an email. This way, Nagios still does ...
by pato
Sun Nov 23, 2014 11:23 pm
Forum: Open Source Nagios Projects
Topic: Notification when Status Information (not status) changes
Replies: 7
Views: 9688

Notification when Status Information (not status) changes

Hi all, I've got a service check which reads from a log4net database and reports back on matching rows indicating a particular error. A column from the row (job number) is returned in the notification as status information ($SERVICEOUTPUT$). I encountered behaviour today in which one row is returned...
by pato
Wed Oct 29, 2014 5:10 pm
Forum: Open Source Nagios Projects
Topic: Nagios Flap Detection
Replies: 3
Views: 1435

Re: Nagios Flap Detection

Thanks for that, it's good to know. Looks like a wrapper script is the best way to do this :)
by pato
Mon Oct 27, 2014 5:26 pm
Forum: Open Source Nagios Projects
Topic: Nagios Flap Detection
Replies: 3
Views: 1435

Nagios Flap Detection

Hi all, Currently when a service starts flapping notifications are supressed until the flapping drops below the threshold. In our environment this means that users not configured to receive alerts for flapping will receive one CRITICAL/WARNING notification, and no recovery notification (as the host ...
by pato
Tue May 20, 2014 7:07 pm
Forum: Open Source Nagios Projects
Topic: NSClient OpenSSL Vulnerability
Replies: 1
Views: 1536

NSClient OpenSSL Vulnerability

Hello, Apologies if this isn't an appropriate post for this forum. Just wanted to let the community know that NSClient (Nagios client software for windows) that many of you will be using is vulnerable to the OpenSSL Heartbleed vulnerability for versions 0.4.1 prior to 0.4.1.105 and 0.4.2 prior to 0....
by pato
Tue May 06, 2014 11:12 pm
Forum: Open Source Nagios Projects
Topic: How im can put the front image in the ballon of location??
Replies: 3
Views: 1294

Re: How im can put the front image in the ballon of location

Oi! :)

It looks like this isn't currently supported in NagMap. Your best bet would be to email the developer and request the feature: maco@blava.net
by pato
Thu May 01, 2014 6:19 pm
Forum: Open Source Nagios Projects
Topic: [Solved] How/where do I create a plugins folder?
Replies: 13
Views: 16951

Re: How/where do I create a plugins folder?

Couple of things to check: Try running the command from the command line as the nagios user: /usr/local/libexec/nagios/check_snmp_hp-procurve.sh public <target host> You may find the permissions on the file do not allow execution by the nagios user. Check how Nagios is defining your $USER1$ macro. T...
by pato
Thu May 01, 2014 5:59 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe plugin can't connect, Nagios reports service "OK"
Replies: 11
Views: 4727

Re: check_nrpe plugin can't connect, Nagios reports service

Yep, thanks tmcdonald! For reference, here's the bugfix that also resolved my issue:

http://tracker.nagios.org/view.php?id=600
by pato
Wed Apr 30, 2014 9:34 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe plugin can't connect, Nagios reports service "OK"
Replies: 11
Views: 4727

Re: check_nrpe plugin can't connect, Nagios reports service

Fixes in Nagios Core 4.0.6 resolve this issue :)
by pato
Wed Apr 23, 2014 6:07 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Website
Replies: 7
Views: 2264

Re: Monitoring Website

i am getting the 200 response without the authentication I'm assuming that some sort of login page or custom 403 page is being served here, which check_http (correctly) interprets as OK. You could try the –invert-regex option to search for content unique to that page - a match would trigger a CRITI...