aboutsummaryrefslogtreecommitdiff
path: root/moncheck.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'moncheck.conf.example')
-rw-r--r--moncheck.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/moncheck.conf.example b/moncheck.conf.example
index 29f5d81..4694ef0 100644
--- a/moncheck.conf.example
+++ b/moncheck.conf.example
@@ -9,5 +9,10 @@
"/usr/bin",
"/usr/sbin"
],
- "workers": 25
+ "workers": 25,
+ "log": {
+ "format": "text",
+ "level": "info",
+ "output": "stderr"
+ }
}