ed243b08f8
There was a typo (missing double quotes). This fixes #1
15 lines
219 B
Plaintext
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"
|
|
}
|
|
|
|
}
|