[Nagios-users] Javascript - Nagios CGIs

2013-01-02 Thread Esteban Monge
Hi folks: Is it possible to insert Javascript code in Extra Actions icon for make a dropdown menu instead a link? The idea es add more than one link in the icon for different actions. Thanks -- Master Visual Studio, Sh

[Nagios-users] parsing tac.cgi output

2013-01-02 Thread Andy Moran
Does tac.cgi have a way to output JSON or XML or another machine-parsable output? Specifically I'm looking to have an external script query the number of un-acknowledged critical problems in the nagios cluster. Apologies if this has been asked before. Cheers! --Andy -

Re: [Nagios-users] Inconsistency of Nagios

2013-01-02 Thread Mike Guthrie
Typically when I've seen behavior like this, it's because there are multiple parent processes of Nagios running, so both instances are launching checks, and reaping each others results. Try killing off all Nagios processes, and then starting it fresh again to see if that resolves the issue. /

Re: [Nagios-users] Tweaking Socket timeout

2013-01-02 Thread Paul Dubuc
Service and host check plugins are responsible for implementing their own timeouts, not Nagios. This socket timeout must be specific to the plugin you are using for the service. The timeouts in nagios.cfg are backstops that prevent "stuck" plugins from tying up Nagios resources. You should look

[Nagios-users] Inconsistency of Nagios

2013-01-02 Thread Srikanth Gumma
Hi, I need some help regarding nagios. We have around 500 Linux servers for which we are doing a ping and ssh monitoring only. The entire functionality is based on remote and no NRPE service is deployed. However I see very inconsistency on nagios functionality. sometimes I don't see any updates o

[Nagios-users] Tweaking Socket timeout

2013-01-02 Thread Andre Tann
Hello everyone, some of my services report a socket timeout after 5 seconds. How can I increase this value to 10 secs? # grep -i timeout /etc/nagios3/nagios.cfg # TIMEOUT VALUES service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=10