Re: [Nagios-users] nagios script quits with unknown error

2007-10-09 Thread Keles, Cem
@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

Re: [Nagios-users] nagios script quits with unknown error

2007-10-09 Thread hindrek murdsalu
@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

[Nagios-users] nagios script quits with unknown error

2007-10-09 Thread Keles, Cem
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