add diskusage monitor
This commit is contained in:
9
diskUsageMonitor/diskUsageMonitor.config.json.example
Normal file
9
diskUsageMonitor/diskUsageMonitor.config.json.example
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sourceTag": "CCE1DiskUsage",
|
||||
"serverURI": "http://localhost:2222",
|
||||
"pollInterval": 3600000,
|
||||
"diskLimits":[
|
||||
{"path":"C:\\", "minFree":"1"},
|
||||
{"path":"T:\\", "minFree":"1"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user