On Jun 18, 2008, at 12:39 PM, Jim Miller wrote:
> I'm afraid I don't follow. Are you referring to the way the command
> is defined in the command.cfg file? If that's the case it looks like
> this.
>
>
> define command{
>
> command_namecheck_tcp
>
> command_line
$USER1$/check_tcp -H $HOSTADDRESS$
> -p $ARGS1$ $ARGS2$
>
> }
>
>
>
> Is that what you mean?
>
>
>
> - Original Message
> From: Aaron M. Segura <[EMAIL PROTECTED]>
> To: Jim Miller <[EMAIL PROTECTED]>
> Cc:
$ARGS1$ $ARGS2$
}
Is that what you mean?
- Original Message
From: Aaron M. Segura <[EMAIL PROTECTED]>
To: Jim Miller <[EMAIL PROTECTED]>
Cc: nagios-users@lists.sourceforge.net
Sent: Wednesday, June 18, 2008 1:29:38 PM
Subject: Re: [Nagios-users] Service monitoring ques
Your check command is incorrect. We'll need to see your command
definition for 'check_tcp' to tell you for sure what's wrong, though.
http://nagios.sourceforge.net/docs/2_0/xodtemplate.html
On Wed, 2008-06-18 at 10:20 -0700, Jim Miller wrote:
> I have the following in my windows.cfg file
> defin