monit-dashboard/conf/servers.json.example
Adrià 0e115ee1fe Initial commit
I was working in a private repo and decided to switch to a public one
without keeping the old commits.
2017-01-07 12:46:50 +01:00

15 lines
218 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"
}
}