Skip to content
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

Monitors #8

Closed
mastersign opened this issue Apr 24, 2018 · 2 comments
Closed

Monitors #8

mastersign opened this issue Apr 24, 2018 · 2 comments

Comments

@mastersign
Copy link
Owner

mastersign commented Apr 24, 2018

Add support for watchdog actions, which are executed repeatedly in an interval. An additional section in the UI to show the current state of the watchdogs.

  • If a watchdog action returns 0 no log is saved and the UI element shows OK.
  • If a watchdog action returns a value unequal 0 for the first time a log is saved and the UI element shows ERROR.
  • If a watchdog action returns a value unequal 0 repeatedly, no log is saved but the UI element keeps showing ERROR.
@mastersign
Copy link
Owner Author

additionally required and forbidden regex patterns to match output

@mastersign mastersign changed the title Watchdog Monitors May 7, 2018
@mastersign
Copy link
Owner Author

working since 6ecae5a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant