[Nagios-users] Error in parsing config files?

2008-01-07 Thread js
rrors disappear and everything works again as it should be. It's quite annoying, and it's difficult to troubleshoot this since I can't always reproduce the problem. Anyone has encountered this? Thanks, Js -

[Nagios-users] check_cluster for hosts and warning s tate not yellow.

2008-01-07 Thread js
hable Am I missing something? Cheers, and thanks in advance. Js - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012

[Nagios-users] Service & Host dependencies: feature request?

2008-01-12 Thread js
face. It would be extremely helpful to have besides a "status map" a "dependency map" (with recursive dependencies resolved). I have no problem with the config files, but tracking dependencies in large

[Nagios-users] WAP pages aren't working with serviceoutput containing html

2006-03-12 Thread js
Hi all, The output of one of my plugin looks like this: Pressure is 12 bar. I don't use urlize to generate this, but instead I programmed my plugin to output this way. In de webinterface of nagios this tells me the status of the service. When clicking on the pluginoutput a page is generated

[Nagios-users] Advice needed about integration of Graphs included in official release

2005-12-24 Thread js
Hi all, I think graphing should be a "de facto" feature in Nagios. For the moment I'm using Cacti to do this, which really is an amazing application, but I need integration into Nagios. I know there are several add-on projects who provides graphing, but are there any chances one of these proje

Re: [Nagios-users] Advice needed about integration of Graphs included in official release

2005-12-25 Thread js
tever, Hugo van der Kooij wrote: On Sat, 24 Dec 2005, js wrote: I think graphing should be a "de facto" feature in Nagios. Graphing just what? I think an tool concerned with uptimes and availability that can graph that is exactly doing what it should do.

[Nagios-users] track progress of nagios 3

2006-10-22 Thread js
Hi list, I'm very interested into the PHP/perl http interface which is planned for Nagios 3. Is there a place where I can track the progress made on Nagios version 3 and it's features? Cheers, Js - Using Tomca

[Nagios-users] Notification problem

2006-10-27 Thread js
Hi list, When a service enters a hard critical state a message is sent. This service does 10 checks before entering hard critical. Notifications are configured this way that only 1message is sent when the status is hard critical. An message is sent again when the service enters the OK state. The

[Nagios-users] Perform extra service Actions

2006-12-26 Thread js
Hi List, When clicking on an url generated using the "action_url" parameter in the sercvices section a new browser window opens containing the contents of that url. Is there a way to keep that page into the main nagios screen instead of a new browser window? Cheers, Jelle S. --

[Nagios-users] Grant view access but no change access

2007-01-31 Thread JS
Hi list, Is there a way to grant a user of group the right to view the status of services and hosts but not giving them the right to start/stop services or to change anything else. Thanks, Jelle - Take Surveys. Earn Cas

[Nagios-users] Service check did not exit properly

2011-03-29 Thread JS
d debug logging in nagios.cfg but the log file still tell me very little. Re, JS -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers.

Re: [Nagios-users] Service check did not exit properly

2011-03-29 Thread JS
agios/libexec# ls -la check_ping -rwxr-xr-x 1 root root 85407 2009-09-23 13:39 check_ping root@nagios:/usr/local/nagios/libexec# I'm trying to add the check_email_delivery script. --js On 29.3.2011 12:53, Andre Kruger wrote: > Did you set the user and group permissions correctly? > &g

Re: [Nagios-users] Service check did not exit properly

2011-03-29 Thread JS
On 29.3.2011 13:01, Assaf Flatto wrote: > JS wrote: >> >> When I run a certain service check on my server via the shell it works >> fine. >> >> However after adding it to Nagios, using exactly the same parameters, >> it failes and the message "Service c

Re: [Nagios-users] Service check did not exit properly

2011-03-30 Thread JS
ay need to sudo the script > to make it run properly. Nevermind. There were some EPN files in the check_email_delivery tar ball. Using those provided much better results ;-) Thanks for all your replies. Re, JS ---