Advice/Ideas to reset a service to OK
Posted: Wed Mar 19, 2014 2:29 pm
Ok, so I have a service check that runs once a day at 8:30am. Its basically checking if a folder has any files in it and if so, it returns CRITICAL and if empty it is OK.
Here is the issue, they only want one alert and for it to reset to OK after that. I already have it set to only alert on CRITICAL so when it resets back to OK they won't get another message. My issue now....how to reset back to OK. I can't think of a valid method besides letting it run a second time and have some sort of method to determine if it is the second run and then return it to OK.
Here is the issue, they only want one alert and for it to reset to OK after that. I already have it set to only alert on CRITICAL so when it resets back to OK they won't get another message. My issue now....how to reset back to OK. I can't think of a valid method besides letting it run a second time and have some sort of method to determine if it is the second run and then return it to OK.