add disk space module conf

This commit is contained in:
Dave Pedu 2015-12-05 17:34:46 -08:00
parent 0b1610e1e8
commit ef62815af6
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@
"type":"procs",
"freq":"30",
"args":{}
},
{
"type":"diskspace",
"freq":"30",
"args": {
"filesystems": [
"/",
"/var"
]
}
}
]
}