I currently have a nagios command check_daily.sh that returns:<br><br>"Modem OK - Hosts: 74/74 OK - Services: 280/280 OK"<br><br>and returns a value of 0, STATE_OK.  I would like this to run daily and send the <br>
string above via sms.<br><br>The problem that I can't figure out is how do I run this command as a service, let it run ok, but still trigger a notification to be sent.  I know I could have it return 1, 2, or 3 but then I have a ugly red, orange, or yellow status in the "Service Status Totals" all the time.<br>