-
-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Event Log Check previous days to more specific time period #2090
Comments
Right now I am in a loop.. The check checks if the event was logged for the past day, it was logged, so it continues to the task, however the task restarts a service. However the restart of this service triggers a new event log.. And so on and so on. But I can't use the check service, because the service keeps running despite the program fails, so it's not just a service check... |
for now you should just script it then you could easily deal with these "inconvenience" |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I'd like to have the option to change the "How many previous days to search (Enter 0 for the entire log)" of an new Event Log Check to a smaller amount than 1 day. We want to check if an Event was logged in the last 5 minutes and then restart a certain service (by an attached task). We're experiencing issues with the check checking for a whole day. Because there can me multiple events during the day.
Or we would like it to only respond on new event log entries.
Additional context
Please see this picture
The text was updated successfully, but these errors were encountered: