monzero/moncheck.conf.example
Gibheer e2b479c34f support new checker api
With this, it is now possible to support multiple check instances and
balance the load.
2019-08-12 14:49:53 +02:00

14 lines
188 B
Plaintext

{
"db": "user=moncheck dbname=monzero",
"checker_id": 1,
"timeout": "5s",
"wait": "5s",
"path": [
"/bin",
"/sbin",
"/usr/bin",
"/usr/sbin"
],
"workers": 25
}