newbie question...<div><br></div><div>I have a service defined in my services.cfg file that looks like this:</div><div><br></div><div>define service {</div><div>use generic-service</div><div>host_name myserver</div><div>service_description PING</div>
<div>check_command check_ping!100.0,20%!500.0,60%</div><div>}</div><div><br></div><div>in my hosts file have "myserver" defined with an address tag: <a href="http://www.myserver.com">www.myserver.com</a></div><div>
<br></div><div>when the check_ping command runs, does it check the ping status against <a href="http://www.myserver.com">www.myserver.com</a> even though I'm not specifically specifying the host in the check_ping command?</div>
<div><br></div><div>thanks</div>