add diskusage monitor

This commit is contained in:
Joe
2019-01-07 10:33:43 -06:00
parent 8b9b89ccaf
commit 9d5a94d98c
8 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"sourceTag": "CCE1DiskUsage",
"serverURI": "http://localhost:2222",
"pollInterval": 3600000,
"diskLimits":[
{"path":"C:\\", "minFree":"1"},
{"path":"T:\\", "minFree":"1"}
]
}