aboutsummaryrefslogtreecommitdiff
path: root/cmd/monwork/main.go
AgeCommit message (Collapse)AuthorFilesLines
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.