[Nagios-users] 2.0 upgrade, passive checks problem

2006-01-03 Thread Cott Lang
I've had passive checks working for several years in 1.x, with never a hitch. Unfortunately, that all changed when I upgraded to 2.0.   Suddenly, freshness checks never occurred. Ever. I've re-read the docs several times, my config seems okay. My first problem seems to be that my "check_perio

Re: Return Codes? (was RE: [Nagios-users] Remotely Checking Windows: Mapped Network Drives)

2006-01-03 Thread Jason Martin
On Tue, Jan 03, 2006 at 03:57:40PM -0600, Robert Reeves wrote: > My script is reporting the following string to NRPE NT and then to > Nagios: > CRITICAL U: - Percentage Free = 9% (2200961024/23583522816) > WARNING V: - Percentage Free = 16% (5904531456/36124491776) > > I thought that Nagios look

RE: Return Codes? (was RE: [Nagios-users] Remotely Checking Windows: Mapped Network Drives)

2006-01-03 Thread Robert Reeves
Yeah, thanks...this whole exercise with VBScript has made me feel very dirty and caused me to not think straight. Here's the final working product... 'On Error Resume Next DeviceName = WScript.Arguments.Item(0) 'Wscript.Echo "DeviceName=" & DeviceName WarningPercentage = WScript.Arguments.Item(1)

RE: [Nagios-users] Remotely Checking Windows: Mapped Network Drives

2006-01-03 Thread Robert Reeves
I got it working. Add this to your nrpe.cfg file... command[check_nrpe_new_disk]=C:\WINNT\system32\cscript.exe /Nologo C:\nrpe\plugins\checkmappednetworkdrives.vbs $ARG1$ $ARG2$ $ARG3$ Here's checkmappednetworkdrives.vbs... 'On Error Resume Next DeviceName = WScript.Arguments.Item(0) 'Wscript.E

RE: Return Codes? (was RE: [Nagios-users] Remotely Checking Windows: Mapped Network Drives)

2006-01-03 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Robert Reeves > Sent: Tuesday, January 03, 2006 3:58 PM > To: nagios-users@lists.sourceforge.net > Subject: Return Codes? (was RE: [Nagios-users] Remotely Checking Windows: > Mapped Netwo

Return Codes? (was RE: [Nagios-users] Remotely Checking Windows: Mapped Network Drives)

2006-01-03 Thread Robert Reeves
Now that I have my mapped network drives on remote hosts being checked, I'm getting false negatives. My script is reporting the following string to NRPE NT and then to Nagios: CRITICAL U: - Percentage Free = 9% (2200961024/23583522816) However, it's saying that's OK when it clearly has CRITICAL

Re: [Nagios-users] opinions on web-based configuration utilities

2006-01-03 Thread Jeff Williams
On 12/29/05, Jeff Williams <[EMAIL PROTECTED]> wrote: > On 12/29/05, Cam <[EMAIL PROTECTED]> wrote: > > I tried setting up nagioSQL, but I couldn't get it to run on my > > webserver (some sort of php error iirc). Anyway, I just ended up > > writing my own stuff in Ruby/CGI... it's insanely not-pow

RE: [Nagios-users] disk_check for a remote machine

2006-01-03 Thread Lori Adams
also look at nagios' brother, nrpe. Your nagios server calls check_nrpe which contacts the remote server and runs a command on the remote machine returning an informative output and exit status. -Lori > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED

[Nagios-users] (no subject)

2006-01-03 Thread Jack M
Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping

[Nagios-users] check_ping

2006-01-03 Thread Hammond, Robin-David%KB3IEN
Im having an interesting time of getting nagios to work on netbsd-3 for the powerpc. The closest think i can find to what I am experiencing is described here: https://sourceforge.net/mailarchive/message.php?msg_id=1947705 while everything starts up ok, the hosts lists themselves as up, the

Re: [Nagios-users] Send only X Notifications on failure

2006-01-03 Thread vol
Hi Mario, [EMAIL PROTECTED] wrote: Hi, define serviceescalation{ host_name xxx01 service_description check_http first_notification 1 ** last_notification 60** notification_interval 10 contact_groups Admins escalation_period 24

Re: [Nagios-users] Monitoring AIX 5.2 hosts

2006-01-03 Thread Raphaël 'SurcouF' Bordet
Le lundi 02 janvier 2006 à 19:41 +0100, [EMAIL PROTECTED] a écrit : > Hello, > > I need to monitor with Nagios the usual system parameters of several AIX > 5.2 boxes (disk, cpu, mem, swap, proc, and the like). Any of you have got > it to work in this plattform? And what is the best way: snmp, nrpe