python-esmonitor/examples/config.test.json

17 lines
286 B
JSON

{
"backend": {
"url": "http://192.168.1.210:8297/"
},
"monitors": [
{
"type":"uptime",
"freq":"30",
"args":{}
},
{
"type":"load",
"freq":"30",
"args":{}
}
]
}