Search found 6 matches

by groyii
Mon May 09, 2011 3:46 pm
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Re: Watch FTP and HTTP service

groyii wrote:same thing, but I did find something. I broke down my check_command line. The problem happens when I use an "=" in the string. I tried to escape the "=" by using the back slash but that didn't work.

Anyone have any thoughts on this?

Thanks

Paul
by groyii
Fri Apr 22, 2011 12:47 pm
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Re: Watch FTP and HTTP service

same thing, but I did find something. I broke down my check_command line. The problem happens when I use an "=" in the string. I tried to escape the "=" by using the back slash but that didn't work.

Thanks

Paul
by groyii
Fri Apr 22, 2011 9:40 am
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Re: Watch FTP and HTTP service

Thanks for the help. the command definition is setup like this. # 'check_tcp' command definition define command{ command_name check_tcp command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ $ARG2$ } My define servervice looks like this. define service{ use generic-service host_name NEXUS_SVR ser...
by groyii
Fri Apr 15, 2011 2:53 pm
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Re: Watch FTP and HTTP service

I now have the check_ftp running and it is working great. I now have a question about check_http. The application I need to watch receives http post data like this, <mmRequest command="ping" client="NexusTest 1.0" userData="hello"/> The reply is this, <mmReply command=&...
by groyii
Thu Apr 14, 2011 8:51 pm
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Re: Watch FTP and HTTP service

Correct I have and FTP server running and I need to know when/if it fails. I don't allow anonymous logins so I need to have it check with a user name and password. Check TCP might work for what I want to do.
by groyii
Thu Apr 14, 2011 9:19 am
Forum: Open Source Nagios Projects
Topic: Watch FTP and HTTP service
Replies: 10
Views: 4388

Watch FTP and HTTP service

While I have been able to watch running processes I would also like to add a "heartbeat" check. I am having a problem setting this up. I am also currently looking this up on other forums but think this would be the best place to ask.

Thanks for your guidance.

Paul