Re: [Nagios-users] max_check_attempts error

2008-10-14 Thread Marc Powell
On Oct 14, 2008, at 5:06 PM, jeremiah wrote: > Hello, > > I am relatively new to nagios. Am using version 2. > > Can anyone shed any light on this error? > > > Error: Invalid max_check_attempts value for host 'pse01' max_check_attempts is a required parameter for host definitions but you

[Nagios-users] No parallel checks with scripts under?

2008-10-14 Thread Max
Hi, I have read through the p1.pl code again tonight and looked at perlxsi.c and read all of the docs on ePN I can find that come with Nagios, and I see nothing about ePN doing multiplexing or anything of that sort that would allow it to execute ePN checks in parallel the way forked checks can be

[Nagios-users] max_check_attempts error

2008-10-14 Thread jeremiah
Hello, I am relatively new to nagios. Am using version 2. Can anyone shed any light on this error? Error: Invalid max_check_attempts value for host 'pse01' Error: Could not register host (config file '/etc/nagios2/conf.d/generic-host_nagios2.cfg', starting on line 13) Thanks, JJ D

Re: [Nagios-users] max_check_attempts error

2008-10-14 Thread jeremiah
Also, here are the first 20 or so lines of my generic-host_nagios2.cfg. # Generic host definition template define host{ name generic-host; The name of this host template - referenced in other host definitions, used for template recursion/resolution notifications_en

Re: [Nagios-users] service dependencies on a single host?

2008-10-14 Thread Andy Shellam
Hi Thomas, Thomas Guyot-Sionnest wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 14/10/08 01:29 PM, Michael W. Lucas wrote: > >> Hi, >> >> I'm currently monitoring many services on certain hosts via SNMP, and >> making extensive use of host groups to ease configuration for my >>

[Nagios-users] Nagios and n2rrd templates

2008-10-14 Thread Christian Iñiguez
Hi !! I hope you can help me. I'm trying to graphic the outcome of plugin check_mem.pl, but I'm not able to do it, because the mem.env and mem.rrd are not being created and I don't know why. I have other graphics like: check_load and check_icmp with no problem. Also, could you provide the df.

Re: [Nagios-users] service dependencies on a single host?

2008-10-14 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/10/08 01:29 PM, Michael W. Lucas wrote: > Hi, > > I'm currently monitoring many services on certain hosts via SNMP, and > making extensive use of host groups to ease configuration for my > several hundred hosts. > > On occasion, the SNMP servic

[Nagios-users] service dependencies on a single host?

2008-10-14 Thread Michael W. Lucas
Hi, I'm currently monitoring many services on certain hosts via SNMP, and making extensive use of host groups to ease configuration for my several hundred hosts. On occasion, the SNMP service on a host fails. This triggers dozens of alarms. I would like to have each service checked via SNMP dep

Re: [Nagios-users] DOWNTIMESTART sent on reload

2008-10-14 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/10/08 12:18 PM, Fraser Scott wrote: > Nagios 3.0.3 > > Currently have an annoyance where a DOWNTIMESTART is sent for all > hosts in downtime when Nagios is reloaded. Is the correct behavior? It > seems slightly unncesssary to receive such an ema

Re: [Nagios-users] [Nagiosplug-help] check_dxml_drvstate report incorrectly remotely

2008-10-14 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/10/08 08:21 AM, trevor obba wrote: First of all please do not cross-post. This is a user problem for a 3rd party plugin so there's no reason sending it to the devel mailing list, > I running check_dxml_drvstate version 1.6 on a Sles10 (x86_64)

[Nagios-users] DOWNTIMESTART sent on reload

2008-10-14 Thread Fraser Scott
Nagios 3.0.3 Currently have an annoyance where a DOWNTIMESTART is sent for all hosts in downtime when Nagios is reloaded. Is the correct behavior? It seems slightly unncesssary to receive such an email every time a config change is made and Nagios is reloaded. Cheers, Fraser

Re: [Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Götz Reinicke
Hi, pwd /usr/local/nagios/libexec ./check_http -H www.filmakademie.de HTTP OK HTTP/1.1 200 OK - 24726 bytes in 1,560 seconds |time=1,560469s;;;0,00 size=24726B;;;0 # 'check_http' command definition define command{ command_namecheck_http command_line$USER1$/check_

Re: [Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Marc Powell
On Oct 14, 2008, at 9:23 AM, Götz Reinicke wrote: > Hi, > > recently I noticed, that checking some virtual http services fails. > > If I launch the check_http command by hand, I do get a "HTTP OK" > message. > > If the check is launched by nagios, it fails with an "HTTP WARNING: > HTTP/1.1 404

Re: [Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Sean McAfee
Götz Reinicke wrote: > Hi, > > recently I noticed, that checking some virtual http services fails. > > If I launch the check_http command by hand, I do get a "HTTP OK" message. > > If the check is launched by nagios, it fails with an "HTTP WARNING: > HTTP/1.1 404 Not Found" message. > In situati

Re: [Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Assaf Flatto
Can you show us the command you are using and the way it is set in your commands.cfg file ? there shouldn't be a problem querying a virtual server , as your request goes to the IP. On Tuesday 14 October 2008 15:23:38 Götz Reinicke wrote: > Hi, > > recently I noticed, that checking some virtua

Re: [Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Assaf Flatto
In general to debug a check command , go to the libexec ( or the location of the plugins on your nagios machine and execute the check script you want to use with `--help` ./check_http --help On Tuesday 14 October 2008 15:23:38 Götz Reinicke wrote: > Hi, > > recently I noticed, that checking

[Nagios-users] How to debug a check_http problem?

2008-10-14 Thread Götz Reinicke
Hi, recently I noticed, that checking some virtual http services fails. If I launch the check_http command by hand, I do get a "HTTP OK" message. If the check is launched by nagios, it fails with an "HTTP WARNING: HTTP/1.1 404 Not Found" message. Checking some non-virtual http-servers works fin

Re: [Nagios-users] Nagios on FreeBSD

2008-10-14 Thread Assaf Flatto
The problem is not with nagios , but with your setup of the web server. http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html read the steps 5 to the end - and prefrom the similar actions on your FreeBSD server. On Tuesday 14 October 2008 13:02:39 Renato Casagrande Júnior wrote: > Hi

[Nagios-users] check_dxml_drvstate report incorrectly remotely

2008-10-14 Thread trevor obba
I running check_dxml_drvstate version 1.6 on a Sles10 (x86_64) check_dxml_drvstate has 755 permission When i execute check_dxml_drvstate plugin locally like ./check_dxml_drvstate-u nagiosdriver.services.unl -p password -d mail.urs-drivers.services.unl I get these responses Driver mail.urs-

[Nagios-users] Nagios on FreeBSD

2008-10-14 Thread Renato Casagrande Júnior
Hi everybody!! I've installed Nagios on FreeBSD. Ok, its works! However, I can't have external access to Nagios. Here in my work, we have 80 computers of laboratory using Ubuntu and one server using FreeBSD. My trouble is access Nagios from Ubuntu to FreeBSD (where Nagios was installed), the error

Re: [Nagios-users] Check_website_fingerprint ?

2008-10-14 Thread Jon Angliss
On Mon, 13 Oct 2008 13:38:34 -0400 (EDT), "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote: > >All: > >Anyone have a nice plugin to valid a website's contents against a >cryptographic fingerprint (e.g., defamation/content manipulation check)? tripwire, or some such app? I think here is a nagios pl