python-esmonitor/examples/config.json

44 lines
820 B
JSON

{
"backend": {
"url": "http://10.0.3.15:9200/"
},
"monitors": [
{
"type":"uptime",
"freq":"30",
"args":{}
},
{
"type":"load",
"freq":"30",
"args":{}
},
{
"type":"meminfo",
"freq":"30",
"args":{}
},
{
"type":"procs",
"freq":"30",
"args":{}
},
{
"type":"diskspace",
"freq":"30",
"args": {
"filesystems": [
"/",
"/var",
"/home"
]
}
},
{
"type":"diskio",
"freq":"30",
"args":{}
}
]
}