Hello, I'd like to be able to run a check_command from the command line and have it return feedback immediately (versus a forced-check from the webui).  Is this possible?  The reason for this is that I'm trying to throw together a simple web interface and when the user clicks 'recheck' a window will pop up with the results of that particular service's check_command.<br>
<br>I thought about parsing the commands.cfg file for the command and then looping through the $ARGX$ fields and plugging in the correct values - but this seems extremely complicated (what with dealing with commands with variable-length fields, user macros, etc.).<br>
<br>Any help is appreciated,<br><br>Matt<br>