@lists.sourceforge.net
Subject: Re: [Nagios-users] nagios script quits with unknown error
Are you using the appropriate return codes?
Const intCritical = 2
Const intWarning = 1
Const intOK = 0
Const intUnknown = 3
From: [EMAIL PROTECTED]
[mailto:[EMAIL
@lists.sourceforge.net
Subject: [Nagios-users] nagios script quits with unknown error
Hi,
I use Nagios 2.9.
I have a vbscript running on windows servers that checks the cpu usage
and outputs with performance data.
Here is the output of script when executed on command prompt.
Processor Time=41
Hi,
I use Nagios 2.9.
I have a vbscript running on windows servers that checks the cpu usage
and outputs with performance data.
Here is the output of script when executed on command prompt.
Processor Time=41% |PerProc=41;60;90;0;100
The last lines of script are like this:
If PercentProc