One thing has been bugging me lately.  Is there a way to see from the web interface what the check command is?<br><br>For instance, when I get an alert that a health check is in a bad state for:<br><br><a href="http://myserver/application/bla/bla2/bla3/health.html">http://myserver/application/bla/bla2/bla3/health.html</a><br>
<br>This is defined in the check_command as:<br><br>check_command    check_http_url!'/application/bla/bla2/bla3/health.html<br><br>...<br><br>Is there a way currently to see what the command is "check_http_url!'/application/bla/bla2/bla3/health.html" without having to go look at the flat file configs?<br>
<br>