monit-dashboard/conf/servers.json.example
Adrià ed243b08f8 Fix #1 - Typo in example config file
There was a typo (missing double quotes). This fixes #1
2017-03-01 09:03:03 +01:00

15 lines
219 B
Plaintext

{
"Server A": {
"url": "http://one.example.com:2812",
"user": "monit",
"passwd": "secret"
},
"Server B": {
"url": "http://two.example.com:2812",
"user": "monit",
"passwd": "secret"
}
}