Re: [Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Anthony Montibello
Hi Xavier, I am a bit confused to your goals, but I believe you should be able to accomplish your goals with NC_NEt, The Service or the Process checks accept comma seperated lists and return Critical if one in the group is not running. YOur initial post said you wanted to setup a single PAssiv

[Nagios-users] nagios graph

2008-01-11 Thread Mad Unix
am running nagios 2, what would be the best way to add the nagiosgraph.. and other packages should be install inorder to install/run nagiosgraph thanks -- madunix - Check out the new SourceForge.net Marketplace. It's the

[Nagios-users] hostextinfo for hostgroups

2008-01-11 Thread Robert Gil
Is there a way to do hostextinfo for hostgroups? I would like to be able to have the alerts automatically have links to a respective page describing the server and various documentation. I would like to do this for groups of hosts rather than single hosts. Dynamically if possible. I suppose I coul

Re: [Nagios-users] [SPAM] - http monitoring - Email found in subject

2008-01-11 Thread jmacaranas
Monitor the database where flash gets its data.. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mels Sent: Friday, January 11, 2008 2:02 PM To: 'nagios-users@lists.sourceforge.net' Subject: [SPAM] - [Nagios-users] http monitoring - Email found in subje

[Nagios-users] http monitoring

2008-01-11 Thread Mels
Hi all, One of the company websites are changed, thats great. But the problem its all flash (dynamic) content now. Any idea how to monitor the website now, the main page is no problem. But the dynamic content is the problem. thanks in advange, Mels -

[Nagios-users] NSClient

2008-01-11 Thread Mad Unix
I installed the Nagios client (nsclient ... pNSClient.exe) to extend nagios ability to monitor Windows servers. my nagios server is hosted on RHEL5 64bit Server What should i add on my nagios server to be able to see the CPU/ Disk/RAM/No. Process for the Windows Server? Thanks -- madunix

Re: [Nagios-users] Strange think

2008-01-11 Thread Tom Nail
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabiano Martins wrote: | Hi all!! | | I have a strange issue here with my nagios. Let me try to explain... | | I have some web services to check and when I run the command from | console to test two diferent status of these services (UP or DOWN) I | r

Re: [Nagios-users] Can't make plugins 1.4.11 on Solaris 10 Sparc

2008-01-11 Thread Cipriani, Robert C
-Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Cipriani, Robert C > Sent: Friday, January 11, 2008 12:38 PM > To: 'nagios-users@lists.sourceforge.net' > Subject: [Nagios-users] Can't make plugins 1.4.11 on Solaris 10 Sparc > > > Trying t

[Nagios-users] Can't make plugins 1.4.11 on Solaris 10 Sparc

2008-01-11 Thread Cipriani, Robert C
Trying to build Nagios plugins 1.4.11 on Solaris 10 SPARC. Using gcc 3.4.6 and GNU make 3.8.1, getting this: ... rm -f libgnu.a false cru libgnu.a full-read.o full-write.o strnlen1.o xalloc-die.o xstrndup.o asnprintf.o asprintf.o basename.o c-strtod.o cloexec.o creat-safer.o dirname.o dup-safe

Re: [Nagios-users] Strange think

2008-01-11 Thread Nathanael Hoyle
Fabiano Martins wrote: > Hi all!! > > I have a strange issue here with my nagios. Let me try to explain... > > I have some web services to check and when I run the command from > console to test two diferent status of these services (UP or DOWN) I > receive the correct answer from remote appl

[Nagios-users] Strange think

2008-01-11 Thread Fabiano Martins
Hi all!! I have a strange issue here with my nagios. Let me try to explain... I have some web services to check and when I run the command from console to test two diferent status of these services (UP or DOWN) I receive the correct answer from remote application. Let me put the command here: ./

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Nathanael Hoyle
Jake Solid wrote: > Sorry for the inconvenience. > > I was the permissiones on /vservers > > I ran chmod o+rx /vservers and is now working. > > > > Sorry. Big oops. I now ran the command as the nagios user and I > get the > message: > > sh-3.1$ /usr/lib64/nagios/plugins/check_disk -

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Jake Solid
Sorry for the inconvenience. I was the permissiones on /vservers I ran chmod o+rx /vservers and is now working. On Jan 11, 2008 11:42 AM, Sloane, Robert Raymond <[EMAIL PROTECTED]> wrote: > Usually when a command works as root but fails as a normal user it is > because of permissions. Look car

Re: [Nagios-users] plugin output question

2008-01-11 Thread Steve Huff
On 09/01/2008, Eric F Crist <[EMAIL PROTECTED]> wrote: > I've got a few plugins I've written and I'm trying to clean up/expand > the output of these for better perfdata. Can you tell me if the > following output is correct? > > This should be interpreted as, current temp is 84.2F, warning <54 and

[Nagios-users] looking for Informix-Plugings

2008-01-11 Thread Ralf Prengel
Hallo, perhaps I searching with wrong words but I don t find nagios-plugings for Informix. Can anyone give me some hints? Thanks -- i.A. Ralf Prengel Customer Care Manager Comline AG Hauert 8 D-44227 Dortmund/Germany Fon +49231 97575- 904 Fax +49231 97575- 905 EMail [EMAIL PROTECTED] www.comli

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Jake Solid
Sorry. Big oops. I now ran the command as the nagios user and I get the message: sh-3.1$ /usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup01-fredVol00 DISK UNKNOWN - free space:| On Jan 11, 2008 11:30 AM, Sloane, Robert Raymond <[EMAIL PROTECTED]> wrote: > You are runn

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Dennis Jenkins
Jake Solid wrote: > *When I run the command from the machine, it outputs the correct > information. The problem is when using NRPE from the nagios server.* > > [EMAIL PROTECTED] ~]# /usr/lib64/nagios/plugins/check_disk -w > 20% -c 10% -p /dev/mapper/VolGroup01-fredVol00 > DISK CRITICAL - free spa

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Jake Solid
*When I run the command from the machine, it outputs the correct information. The problem is when using NRPE from the nagios server.* [EMAIL PROTECTED] ~]# /usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup01-fredVol00 DISK CRITICAL - free space: /vservers/fred/data 5798 MB

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Dennis Jenkins
Jake Solid wrote: > When I use the filesystems unstead of the mount points in the nrpe.cfg > it works fine with disks 1, 2 and 3. The only disk that nrpe is not > able to read is disk4 which is mounted on /vservers/fred/data. From one of your previous posts: *The one I was having issues with is

[Nagios-users] I can't compile the plugins

2008-01-11 Thread Fennell, William M.
Hi, I have been trying to compile the nagios plugins version 1.4.11 with this command: ./configure --prefix=/home/bill/nagios --without-ssl --without-openssl --with-ipv4=yes --with-ipv6=no --with-ping-command=/usr/sbin/ping --disable-ping6 --with-fping-command=/usr/local/sbin/fping --with-trusted

Re: [Nagios-users] *****SPAM***** Device is down but it isn't

2008-01-11 Thread Eric F Crist
On Jan 11, 2008, at 7:22 AM, Michael Egan wrote: > I am monitoring a Windows 2003 virtual machine. Nagios says the > server is down but when I click on the device all the monitors > (ping, disk space, load, etc) say OK. > > Why does Nagios think the server is down? Mike, IIRC, Windows XP SP

Re: [Nagios-users] plugin output question

2008-01-11 Thread Eric F Crist
On Jan 9, 2008, at 11:48 AM, mark redding wrote: > Hi Eric, > > On 09/01/2008, Eric F Crist <[EMAIL PROTECTED]> wrote: >> Hey folks, >> >> I've got a few plugins I've written and I'm trying to clean up/expand >> the output of these for better perfdata. Can you tell me if the >> following output

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Jake Solid
When I use the filesystems unstead of the mount points in the nrpe.cfg it works fine with disks 1, 2 and 3. The only disk that nrpe is not able to read is disk4 which is mounted on /vservers/fred/data. * This is the version of nrpe I'm using:* NRPE Plugin for Nagios Copyright (c) 1999-2006 Ethan G

Re: [Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Xavier Mertens
Yes, NCSA is a very good alternative but unusable in my case... Well it's another debate ;-) It seems that there is no port or any existing send_ncsa.exe... :( Anybody has more info? /x -Original Message- From: Hari Sekhon [mailto:[EMAIL PROTECTED] Sent: vendredi 11 janvier 2008 12:34

[Nagios-users] Problem Getting NSClient 2.01 to run on Windows Server 2003 Storage Server

2008-01-11 Thread Kaplan, Andrew H.
Hi there - I am trying to get NSClient 2.01 to run on Windows Server 2003 Storage Server. The installation process appears to go without a problem, and there is a Nagios Agent heading in the Services window. However, whenever I try to run NSClient, the program cannot start, and the error mess

Re: [Nagios-users] NDOUtils

2008-01-11 Thread Tom Throckmorton
On Jan 11 08:51, [EMAIL PROTECTED] wrote: > Has anyone got a plugin or script they use to check the status of the > ndo2db daemon? I've been looking on nagiosexchange and through google > and am yet to find one. I'm not much of a programmer, so I really can't > right one up myself or I would. Any h

[Nagios-users] NDOUtils

2008-01-11 Thread svalding
Has anyone got a plugin or script they use to check the status of the ndo2db daemon? I've been looking on nagiosexchange and through google and am yet to find one. I'm not much of a programmer, so I really can't right one up myself or I would. Any help on this issue would be wonderful. begin:vcard

Re: [Nagios-users] Device is down but it isn't

2008-01-11 Thread Michael Egan
I fixed the problem by removing the check_host_alive statement from the Host Definition section of the CFG file. Thanks for the quick responses. Mike -Original Message- From: Valdinger, Stephen (DOV, MSX) [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 7:27 AM To: Hari Sekhon;

Re: [Nagios-users] Device is down but it isn't

2008-01-11 Thread Marc Powell
On Jan 11, 2008, at 7:22 AM, Michael Egan wrote: > I am monitoring a Windows 2003 virtual machine. Nagios says the > server is down but when I click on the device all the monitors > (ping, disk space, load, etc) say OK. > > Why does Nagios think the server is down? > > In general terms, the

Re: [Nagios-users] Device is down but it isn't

2008-01-11 Thread Hari Sekhon
Michael Egan wrote: > I am monitoring a Windows 2003 virtual machine. Nagios says the > server is down but when I click on the device all the monitors (ping, > disk space, load, etc) say OK. > > Why does Nagios think the server is down? > It's blocking pings. Change your host check to not p

[Nagios-users] Device is down but it isn't

2008-01-11 Thread Michael Egan
I am monitoring a Windows 2003 virtual machine. Nagios says the server is down but when I click on the device all the monitors (ping, disk space, load, etc) say OK. Why does Nagios think the server is down? Thanks, Mike Mike Egan Enterprise Network Engineer Capital Safety 3833 Sala Way R

[Nagios-users] Notification slow on Solaris?

2008-01-11 Thread Steffen Poulsen
Hi, We are experiencing some trouble with notification on Solaris - it appears to be very slow (~30 seconds / notification). Is this normal for a Solaris installation? The command used doesn't matter, even just a check_dummy returning ok takes the same amount of time. - And even with a & in the e

Re: [Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Hari Sekhon
Xavier Mertens wrote: > This sounds excellent! > > Ideally, the plugin read a config file with the following info: > > - List of services to check (running=OK, not running=CRIT) > - A Nagios server IP address > - A host / service reference > > But how to send the info to the Nagios server? On Unix

Re: [Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Xavier Mertens
This sounds excellent! Ideally, the plugin read a config file with the following info: - List of services to check (running=OK, not running=CRIT) - A Nagios server IP address - A host / service reference But how to send the info to the Nagios server? On Unix clients, I use a simple ssh which ec

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/01/08 05:25 PM, Jake Solid wrote: > *I'm getting the following message when monitoring one of my disks from > my nagios server.* > > DISK UNKNOWN - free space:| Hi Jake, Can you tell me which version of check_disk you are using? Did you compil

Re: [Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Hari Sekhon
Xavier Mertens wrote: > Hi *, > > I'd like some advices on the following case: > > A network monitored by Nagios. I'd like to run a script when a workstation > boots. > This script should perform the following actions: > > 1. Check if some services are running (antivirus, vnc server) > 2. Send the

[Nagios-users] Monitoring Windows workstation

2008-01-11 Thread Xavier Mertens
Hi *, I'd like some advices on the following case: A network monitored by Nagios. I'd like to run a script when a workstation boots. This script should perform the following actions: 1. Check if some services are running (antivirus, vnc server) 2. Send the info to Nagios (passive check) My idea

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Edgar Matzinger
Hi Jake, you should use the mount points in the configuration, as in: command[check_disk1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /tmp At the moment you have the disk device (OK, logical volume) configured. HTH, cu l8r, Edgar. -- |\ /| :

Re: [Nagios-users] check_hpasm error

2008-01-11 Thread Marcus Fleige
Michel, PO Michel schrieb am 11.01.2008 10:15 Uhr: > By imitating the Nagios server and running the "check-nrpe -H miysis -c > check_hpasm" command, I get the same output as in Nagios : "UNKNOWN - > insufficient rights to call sudo /sbin/hpasmcli". > > What is more surprising is that if I chang

Re: [Nagios-users] ***SPAM*** sms from Nagios

2008-01-11 Thread Mad Unix
what about using smstools, any help in this issue? On Jan 11, 2008 10:57 AM, Michael Hüttig < [EMAIL PROTECTED]> wrote: > Hi, > i´m using for several years sms_client (http://www.smsclient.org/) . It´s > working very stable with german T-Mobile. > Please look at Nagios-Faq: > http://www.nagios.or

Re: [Nagios-users] check_hpasm error

2008-01-11 Thread PO Michel
Hi Gerhard By imitating the Nagios server and running the "check-nrpe -H miysis -c check_hpasm" command, I get the same output as in Nagios : "UNKNOWN - insufficient rights to call sudo /sbin/hpasmcli". What is more surprising is that if I change my Nagios etc/host

Re: [Nagios-users] ***SPAM*** sms from Nagios

2008-01-11 Thread Michael Hüttig
Hi, i´m using for several years sms_client (http://www.smsclient.org/) . It´s working very stable with german T-Mobile. Please look at Nagios-Faq: http://www.nagios.org/faqs/viewfaq.php?faq_id=279 with best regards Michael Am Freitag, 11. Januar 2008 08:45 schrieb Jacques FAN: > Hi All, > > I ne