Age | Commit message (Collapse) | Author | Files | Lines |
|
This file is incompatible with all the following schema files. Therefore
remove it and make the installation a bit smoother.
|
|
This is the import from the separate monfront repository. The history
could not be imported, but this should suffice.
|
|
The checks_notify table was missing and needs to be added. As this is
still alpha software, there is no need for a migration step yet.
|
|
There was a unique constraint missing on the active_checks table.
|
|
|
|
It would be nice to support multiple notification mechanisms with a way
to disable all or part of them. So for now, this is bound to the check
but may change again in the future.
Apart from that, all notifications get written to the notification
table, so that the notifiers can do their job and ACK their own
notifications.
|
|
|
|
This allows to map the command exit codes to any other output level
which can then be reported by the notification plugin.
With the provided colors, the frontend will show them accordingly.
|
|
This still needs some cleanup, but oh well. The most important thing is,
that it works for now.
|
|
That constraint would hinder the addition of multiple notifications, so
it needs to be removed.
|
|
|
|
|