[Nagios-users] installation problem of nagios with make all command

2009-10-13 Thread Najeeb Aslam
/usr/local/src/nagios-3.2.0 make all cd ./base make gcc -g -O2 -I/usr/local/include -DHAVE_CONFIG_H -DNSCORE -o nagios nagios.c broker.o nebmods.o checks.o config.o commands.o events.o flapping.o logging.o macros-base.o netutils.o notifications.o sehandlers.o skiplist.o utils.o

[Nagios-users] help

2009-10-13 Thread Najeeb Aslam
Btw, I am using Nagios v3 on solaris 10 x86 platform... From: Najeeb Aslam [mailto:najeeb.as...@youthnet.org] Sent: 13 October 2009 11:33 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] installation problem of nagios with make all command /usr/local/src/nagios-3.2.0 make all cd

Re: [Nagios-users] installation problem of nagios with make all command

2009-10-13 Thread Michael Friedrich
just as it says... undefined symbol recv in file netutils.o comes up with SOCKETLIBS= -lnsl -lsocket or furthermore compiling with gcc and gmake. ./configure ... 'CC=gcc' ... Kind regards, Michael Najeeb Aslam wrote the following on 13.10.2009 12:32: /usr/local/src/nagios-3.2.0 make all

Re: [Nagios-users] installation problem of nagios with make all command

2009-10-13 Thread Michael Friedrich
Najeeb Aslam wrote the following on 13.10.2009 14:19: Any further ideas? this one? SOCKETLIBS= -lnsl -lsocket Kind regards, Michael -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the

[Nagios-users] FW: installation problem of nagios with make all command

2009-10-13 Thread Najeeb Aslam
Hi, Tried configure with CC=gcc which was good, then no luck after doing make all. Any further ideas? See message below... --- [r...@sysmon]# /usr/local/bin/make all cd ./base /usr/local/bin/make make[1]: Entering directory `/usr/local/src/nagios-3.2.0/base' gcc -g -O2 -I/usr/local/include

[Nagios-users] path problem in plugin

2009-10-13 Thread Leonardo Carneiro
Hi, I wrote a small bash script that checks bandwidth, using the statgrab tool. The statgrab executable file is located in /usr/local/bin. This folder is in the PATH variable of the user nagios (tested in command line), but the file is not found when the script is runned by the nagios process.

[Nagios-users] Suitable warning levels for 1gig switch

2009-10-13 Thread john halfpenny
Hi all Have set Nagios up on Debian and it's like magic. But I would like to know what warning and critical levels are suitable for monitoring a 1gig connection on a switch? My present command is shown here, but I am receiving warnings when the switch itself shows usage of around 6% for the same

Re: [Nagios-users] path problem in plugin

2009-10-13 Thread Marc Powell
On Oct 13, 2009, at 8:44 AM, Leonardo Carneiro wrote: This is the return when executed from the command line: $ echo `whoami` $PATH nagios /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/ jdk1.5.0_11/bin:/home/user/bin:/database/replicacao/bin:/home/nagios/ bin

[Nagios-users] Notify only when both services are down.

2009-10-13 Thread Greg Pangrazio
I have a pair of redundant services each with their own service checks. They are VPN connections to a remote site. I would like to notify specific people only when BOTH are down. Anyone seen/done something like this? Greg Pangrazio pangr...@gmail.com

Re: [Nagios-users] Notify only when both services are down.

2009-10-13 Thread Marc Powell
On Oct 13, 2009, at 1:45 PM, Greg Pangrazio wrote: I have a pair of redundant services each with their own service checks. They are VPN connections to a remote site. I would like to notify specific people only when BOTH are down. Anyone seen/done something like this?

Re: [Nagios-users] Notify only when both services are down.

2009-10-13 Thread Martin Melin
Sure thing. Simply use the check_many plugin from the official plugins package to aggregate the results of both checks, using to option to have it return OK if one or more checks are OK (so that it will only go CRITICAL if both VPNs are down). Regards Martin Melin On Tue, Oct 13, 2009 at 8:45

Re: [Nagios-users] Notify only when both services are down.

2009-10-13 Thread Greg Pangrazio
Thanks for both of these, It looks like either will do the job so now I just have to get to work. Thanks again for the quick answer. Greg Pangrazio pangr...@gmail.com On Tue, Oct 13, 2009 at 1:54 PM, Marc Powell m...@ena.com wrote: On Oct 13, 2009, at 1:45 PM, Greg Pangrazio wrote: I

[Nagios-users] (no subject)

2009-10-13 Thread jaga contest
I have configured Nagios and now want to monitor a clustered windows 2003 server running oracle 11. I do not want to run check_oracle without putting the NRPE agent on the windows box. I am able to run the two commands that I want to use at command line successfully. check_ping -H

[Nagios-users] Query regarding Nagios notification

2009-10-13 Thread Satish Kumar P
Hi, We have a Nagios server that monitors around 300 production servers and around 2000+ services on all these servers. Recently, when the STATE of one of the services on a particular host turned HARD, but Nagios didn't NOTIFY. So I am just trying to understand why it didn't notify. Here's more

Re: [Nagios-users] Query regarding Nagios notification

2009-10-13 Thread Justin Pryzby
On Wed, Oct 14, 2009 at 11:13:08AM +0530, Satish Kumar P wrote: Hi, We have a Nagios server that monitors around 300 production servers and around 2000+ services on all these servers. Recently, when the STATE of one of the services on a particular host turned HARD, but Nagios didn't NOTIFY.