Search found 2 matches

by gar1027
Mon Sep 09, 2013 11:23 am
Forum: Open Source Nagios Projects
Topic: Help with check_by_ssh command
Replies: 2
Views: 1493

Re: Help with check_by_ssh command

Problem solved. My service definition was passing arguments when it actually doesn't need to. Once I changed "check_command check_serverC!400.0,20%!900.0,60% to
"check_command check_serverC" it worked fine.
by gar1027
Fri Sep 06, 2013 5:51 pm
Forum: Open Source Nagios Projects
Topic: Help with check_by_ssh command
Replies: 2
Views: 1493

Help with check_by_ssh command

I'm using this command on Server B to monitor Server C. Within that command is a check_ping command that checks Server C's availability. My nagios server is on Server A. When I manually invoke the following command from my nagios server, it appears to work: check_by_ssh -H <server B IP address> -C &...