Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-29 | moncheck - add timeout to example config | Gibheer | 1 | -0/+1 | |
2018-11-29 | moncheck - add timeout option | Gibheer | 1 | -8/+12 | |
Before the timeout for checks was static. With this change it is finally an option to configure. | |||||
2018-11-20 | monfront - add initial version | Gibheer | 1 | -0/+254 | |
This version can already show the list of checks, their last state and add ways to manipulate the check or active check. | |||||
2018-11-20 | moncheck - add function to remove acknowledge | Gibheer | 1 | -1/+18 | |
An acknowledge should be set to false when the alarm switches to an ok state. | |||||
2018-11-19 | ignore live config files | Gibheer | 1 | -0/+3 | |
2018-11-19 | add example config files | Gibheer | 3 | -4/+8 | |
2018-11-19 | remove debug output | Gibheer | 1 | -1/+0 | |
This output was poluting the log and wasn't necessary. | |||||
2018-11-18 | moncheck: fix error reporting of daedlines | Gibheer | 1 | -18/+79 | |
The deadlines were wrong all over the place, so this commit finally fixes that. | |||||
2018-11-16 | monwork - add new server | Gibheer | 1 | -0/+172 | |
This server generates active checks from the check configuration. | |||||
2018-11-16 | moncheck - adjust queries to take less data | Gibheer | 1 | -3/+7 | |
With selecting only the bare minimum we get much nicer performance. | |||||
2018-11-16 | remove unique constraint on notifications | Gibheer | 1 | -1/+1 | |
That constraint would hinder the addition of multiple notifications, so it needs to be removed. | |||||
2018-11-16 | add unique index on check_id | Gibheer | 1 | -1/+1 | |
2018-11-16 | initial commit | Gibheer | 6 | -0/+270 | |