diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2019-08-12 14:49:53 +0200 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2019-08-12 14:49:53 +0200 |
commit | e2b479c34fcee4c41009fc9e8fe869831fbd494f (patch) | |
tree | 465ba149ff5e25e853e4dd5d758298a7fd97d59a /moncheck.conf.example | |
parent | 88b50033d0e9808a4657ff56835c6dacc77cd433 (diff) |
support new checker api
With this, it is now possible to support multiple check instances and
balance the load.
Diffstat (limited to 'moncheck.conf.example')
-rw-r--r-- | moncheck.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moncheck.conf.example b/moncheck.conf.example index 6d8a69a..29f5d81 100644 --- a/moncheck.conf.example +++ b/moncheck.conf.example @@ -1,5 +1,6 @@ { "db": "user=moncheck dbname=monzero", + "checker_id": 1, "timeout": "5s", "wait": "5s", "path": [ |