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
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
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)
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
> -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
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
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
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
Yahoo! Shopping
Find Great Deals on Holiday Gifts at Yahoo! Shopping
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
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
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
12 matches
Mail list logo