python-esmonitor/examples/config.test.json

27 lines
480 B
JSON

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