blob: ef1e96fe7a7f5274b99fadfcd82fe112090d0b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
general {
output_format = "none"
}
order += "disk /"
disk "/" {
format = "%used"
format_below_threshold = "BELOW_THRESHOLD"
low_threshold = 100
threshold_type = "percentage_free"
}
|