aboutsummaryrefslogtreecommitdiff
path: root/cmd/monwork/main.go
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11add level mappingsGibheer1-4/+6
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.
2018-12-11monwork - make updates for nodes and commandsGibheer1-0/+54
This change triggers updates for checks when a node or command was updated. This way everything gets adjusted without much work.
2018-12-10monwork - fix an issue with configuration generationGibheer1-3/+5
New checks were not added to the active_checks, because they were never touched before.
2018-11-16monwork - add new serverGibheer1-0/+172
This server generates active checks from the check configuration.