add example config files

This commit is contained in:
Gibheer 2018-11-19 14:15:31 +01:00
parent b7cacc928f
commit 4d57bfaecb
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{
"db": "user=zeromon password=zeromonmonmonmon sslmode=disable dbname=monzero",
"wait": "5s"
}

4
moncheck.conf.example Normal file
View File

@ -0,0 +1,4 @@
{
"db": "user=moncheck dbname=monzero",
"wait": "5s"
}

4
monwork.conf.example Normal file
View File

@ -0,0 +1,4 @@
{
"db": "user=monwork dbname=monzero",
"interval": "5s"
}