Re: [Nagios-users] Dependancies between host and services

2007-09-26 Thread Gabes Jean
Yes, I've got u in notification_options for theses hosts. But I believed that was for Unknown? Maybe in that case Unknow is like Unreachable (this is logic in fact). I'll try this, thanks a lot, Jean -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de

Re: [Nagios-users] notifications 3.0b3 not working.

2007-09-26 Thread Dennis Hünseler
Hi there, It's hard to find out what goes wrong if we don't get some parts of the log and some parts of the config files. If you don't see any notifications in the logfile(/var/log/messages) there should at least be some lines like Sep 23 11:05:17 caladan nagios: SERVICE ALERT: serv2;SMTP;CRI

[Nagios-users] looking for help with NSClient

2007-09-26 Thread Sudhir Damle
Hi All, I have installed NSClient 2.0.1.0 on Windows 2000 server. Client was working Good till I rebooted the server. Now whenever I start ' Nagios Agent' service, it gets started, application event viewer says 'NSClient is now responding to queries' but service simply stops after that. No e

Re: [Nagios-users] how to use servicedependency?

2007-09-26 Thread Aaron Devey
If I am reading your question right, the dependency works, but currently you get alerts for sv1.dummy1 AND sj2.router1, and you only want alerts for sj2.router1. If this is the case, you could try setting up sv1.dummy1 so that it doesn't alert. Unfortunately, you might run into problems with gett

[Nagios-users] notifications 3.0b3 not working.

2007-09-26 Thread Ken Lee
Hi all, I am running Nagios 3.0b3 on Redhat AS4 PPC and everything is great, except that my notifications do not work at all. I have sendmail installed and configured and I am able to send mail from the server by simple sendmail commands and by running the command below: /usr/bin/printf "%b" "

[Nagios-users] Compiling nagios-plugins-1.4.9 for Solaris 10

2007-09-26 Thread Tony O'Shea
Hi all, I hope that you can help me, I am having problems compiling nagios-plugins-1.4.9 for Solaris 10, below is the PATH & LD_LIBRARY_PATH setup. >> LD_LIBRARY_PATH=/usr/share/lib:usr/share/webconsole/lib:/usr/ccs/lib:/us r/lib:/usr/openwin/lib:/usr/sadm/lib:/usr/xpg4/lib:/usr/sfw/lib:/usr/dt/

Re: [Nagios-users] distributed checks with NT client?

2007-09-26 Thread Anthony Montibello
NC_NEt was developed for running both active checks and passive checks.. http://sourceforge.net/projects/nc-net you can download it from sourceforge, asside from accepting Check_nt requests it can also be configured for using passive checks. With Passive checks, you configure the windows server

[Nagios-users] distributed checks with NT client?

2007-09-26 Thread Rogelio Bastardo
Is there a way to do (I think it's called) passive checks with an NT server? I have a centralized Nagios server racked off site, and I would like to send a request to certain NT boxes and have NSClient++ (or whatever) ping certain devices on the network. I'm hoping that this is possible on NT, as

Re: [Nagios-users] turn off epn

2007-09-26 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of zack kenton > Sent: Wednesday, September 26, 2007 4:05 PM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] turn off epn > > Hi Chris > > So I've done this in two d

[Nagios-users] check commands not working on NagiosQL

2007-09-26 Thread Rogelio Bastardo
I'm having problems with NagiosQL reading certain "check commands", particularly check_nt and check_bl (check_ping, for example, works just fine) They're written right (exactly like I have on my regular Nagios cfg files), but every time I to create a service check with it and try to write the conf

Re: [Nagios-users] turn off epn

2007-09-26 Thread zack kenton
Hi Chris So I've done this in two different ways. The first being simply putting /usr/bin/perl before the command, like /usr/bin/perl $USER&/contrib/check_oracle_instance.pl.and i also tried your method, which is basically the same...now I'm getting "no outpu

Re: [Nagios-users] turn off epn

2007-09-26 Thread Chris Waters
Define a user macro in your resouces for /your/path/to/perl Then change the commands for the plugins you want to use regular perl for. >From resources.cfg: $USER2$=/usr/bin/perl Example from command.cfg: define command{ command_namecheck_snmp_winmem command_line$USER2$ /usr/local/nagi

[Nagios-users] turn off epn

2007-09-26 Thread zack kenton
Hi list i've installed nagios from an rpm package, which in turn enables epn, whish isnt necessarily a bad thing...however, I had some scripts from my old version of nagios that are not working now because of epn...is there anyway to tell nagios not to use epn and use regular perl to read the s

[Nagios-users] turn off epn

2007-09-26 Thread zack kenton
Hi list i've installed nagios from an rpm package, which in turn enables epn, whish isnt necessarily a bad thing...however, I had some scripts from my old version of nagios that are not working now because of epn...is there anyway to tell nagios not to use epn and use regular perl to read the s

[Nagios-users] turn off epn

2007-09-26 Thread zack kenton
Hi list i've installed nagios from an rpm package, which in turn enables epn, whish isnt necessarily a bad thing...however, I had some scripts from my old version of nagios that are not working now because of epn...is there anyway to tell nagios not to use epn and use regular perl to read the s

Re: [Nagios-users] NRPE & Nagios Plugins - Static Compilation?

2007-09-26 Thread Vinícius de Figueiredo
Solved. If you need to build NRPE with static linked OpenSSL on Solaris 9, just edit src/Makefile and change variable LDFLAGS to: LDFLAGS= -L/path/to/libssl.a /path/to/libcrypto.a -ldl -- Vinícius. personal site - http://vinicius.oitobits.net gaming blog - http://www.oitobits.net On 9/21/07, V

Re: [Nagios-users] Status.cgi question

2007-09-26 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Andrew Cruse > Sent: Wednesday, September 26, 2007 12:58 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Status.cgi question > > I can't believe this isn't in the d

[Nagios-users] how to use servicedependency?

2007-09-26 Thread Jeremy C. Reed
(I posed a couple weeks ago, but only got one response which was different than what I think I want to do.) I am running Nagios 2.9. I want: if a check_ping fails then I don't want an alert sent to me unless a second test (check_nrpe to a remote system that does the same check_ping) fails. I

[Nagios-users] Disk Critical erroneously reported by Nagios

2007-09-26 Thread Craig Jackson
Hi, The NRPE command reports okay for the disk: [EMAIL PROTECTED]:~# /usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p "/var/spool/exim/vmail" DISK OK - free space: /var/spool/exim/vmail 300057 MB (67% inode=98%);| /var/spool/exim/vmail=145547MB;375561;422506;0;469452 But nagios reports this s

[Nagios-users] Status.cgi question

2007-09-26 Thread Andrew Cruse
I can't believe this isn't in the documentation so I fear I'm looking the wrong place, but I sure can't find it. I'm playing with the output of status.cgi like this: http://nagioshost.domain.com/nagios/cgi-bin/status.cgi?host=all&servicestatu stypes=248 And I'm trying to figure out what the vari

Re: [Nagios-users] is there a nicer way?

2007-09-26 Thread Boeckman, Matthew
Agreed - I can easily add a host to all associated services through my hostgroup. For example, I have a hostgroup setup for linux systems. All the service checks for CPU, Disk, etc use the configuration element: hostgroup_name linux So when I add a new host, I add the hosts.cfg element, then ad

Re: [Nagios-users] is there a nicer way?

2007-09-26 Thread Hari Sekhon
I think this is a good case for hostgroups. Just put a hostgroup in the services that you want, then when you add a host, add it to the hostgroup, that way it will get all the service checks. -h Hari Sekhon Melanie Pfefer wrote: > hi > > Whenever I add a host in hosts.cfg, I need to > associ

[Nagios-users] is there a nicer way?

2007-09-26 Thread Melanie Pfefer
hi Whenever I add a host in hosts.cfg, I need to associate all needed services to that host. Is there any tool that just copies these services and add the host to a group automatically? thanks ___ Yahoo! Answers - Got a question? So

Re: [Nagios-users] Dependancies between host and services

2007-09-26 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marc Powell > Sent: Wednesday, September 26, 2007 9:42 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Dependancies between host and services > > > > > -O

Re: [Nagios-users] Dependancies between host and services

2007-09-26 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Gabes Jean > Sent: Wednesday, September 26, 2007 8:29 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Dependancies between host and services > > Hi, > > > > I'm

[Nagios-users] Dependancies between host and services

2007-09-26 Thread Gabes Jean
Hi, I'm running Nagios 2.5. I've got a lot of distant servers and the network is not very... reliable :) So in a distant place, all servers are child from a router, so if I lost the router, I don't have 50 alerts, just one host alert. It's done by parent/child relationship. The only proble

[Nagios-users] migrating from nagios 1.x to 2.x

2007-09-26 Thread Melanie Pfefer
hi I have nagios 1.x on a host. it has also apache1. Now I am installing php5, apache2, mysql5 and the new nagios 2 and its plugin. once the installation is made (new directories), what is the procedure to migrate data from 1.x to 2.x? thanks _

Re: [Nagios-users] Adjusting time interval for max_check_attempts

2007-09-26 Thread Andreas Ericsson
Marcel wrote: > Well, but it _is_ possible, against what patrick stated. > > Sure it's dumb, though, but impossible would be too hard on Nagios. > Good thing I didn't say it was impossible then. > cheers, > > On 9/25/07, Andreas Ericsson <[EMAIL PROTECTED]> wrote: >> Marcel wrote: >>> what if

Re: [Nagios-users] secure connection

2007-09-26 Thread Live Great
I will probably instal NSCA in freebsd at client site if it get approval, or like you said, I will have to install it in Solaris. Thanks Sam - Original Message From: Thomas Stocking <[EMAIL PROTECTED]> To: Live Great <[EMAIL PROTECTED]> Cc: nagios-users@lists.sourceforge.net Sent: Wedne

Re: [Nagios-users] Status Map / NOC Screens

2007-09-26 Thread Giles Coochey
> I am intending to use the link: > > http://nagioshost/nagios/cgi-bin/statusmap.cgi?createimage > Just a FYI, just in case someone else wants to do this in the future, I'm settling with the following in as my /share/noc-map.html, to load the map in an IFRAME and refresh it: My background