diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2018-11-19 14:15:31 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2018-11-19 14:15:31 +0100 |
commit | 4d57bfaecb088a900630f5047cc2ede2dcd6b47f (patch) | |
tree | d0c74b6426a344a7192a1831b0767c416c7f6d29 | |
parent | b7cacc928feda32557834f59fd7b2e9bb7a53a97 (diff) |
add example config files
-rw-r--r-- | moncheck.conf | 4 | ||||
-rw-r--r-- | moncheck.conf.example | 4 | ||||
-rw-r--r-- | monwork.conf.example | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/moncheck.conf b/moncheck.conf deleted file mode 100644 index 5cee7a7..0000000 --- a/moncheck.conf +++ /dev/null @@ -1,4 +0,0 @@ -{ - "db": "user=zeromon password=zeromonmonmonmon sslmode=disable dbname=monzero", - "wait": "5s" -} diff --git a/moncheck.conf.example b/moncheck.conf.example new file mode 100644 index 0000000..7bd3be9 --- /dev/null +++ b/moncheck.conf.example @@ -0,0 +1,4 @@ +{ + "db": "user=moncheck dbname=monzero", + "wait": "5s" +} diff --git a/monwork.conf.example b/monwork.conf.example new file mode 100644 index 0000000..4675dcd --- /dev/null +++ b/monwork.conf.example @@ -0,0 +1,4 @@ +{ + "db": "user=monwork dbname=monzero", + "interval": "5s" +} |