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
Are you using the appropriate return codes? Const intCritical = 2 Const intWarning = 1 Const intOK = 0 Const intUnknown = 3 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keles, Cem Sent: 9. oktoober 2007. a. 10:57 To: nagios-users@lists.sou