
"interactive" : {
"warnLowDiskSpace" : {
"emailTo" : "[email protected]",
"enabled" : true,
"minFreeDisk" : 90000,
"minPercentage" : 50,
"emailFrequency" :
}
},
"diskSpaceVolumes" : {
"name" : "linux",
"path" : "/dev/nvme0n1p6",
"threshold" : 90000
},
|
name
|
meaning
|
default value
|
|---|---|---|
|
enabled
|
If the email sending is enabled?
|
true
|
|
minFreeDisk
|
Minimum free disk in MB when warning starts.
|
10240 (=10 Gigabytes)
|
|
minPercentage
|
Minimum percentage of the disk space.
|
5
|
|
emailTo
|
; separated list of email addresses to send warning email to. If empty then System Administrators will be notified by default.
|
empty: means that System Administrators will get emails
|
|
emailFrequency
|
How often the email is sent in seconds.
|
86400 (=1 day), minimum is 3600 (= 1hour)
|
|
name
|
meaning
|
default value
|
|---|---|---|
|
name
|
The disk's name in the warning email.
|
Mandatory, has no default value
|
|
path
|
Path of disk to be monitored.
|
Mandatory, has no default value
|
|
threshold
|
Minimum free space in MB that triggers the warning email.
|
Default: 10240 MB
|
"diskSpaceVolumes" : [ {
"name" : "diskC",
"path" : "C:\\",
"threshold" : 10240
}, {
"name" : "diskE",
"path" : "E:\\",
"threshold" : 20480
}, {
"name" : "diskF",
"path" : "F:\\"
} ],
"diskSpaceVolumes" : [ {
"name" : "disk1",
"path" : "/dev/sda1",
"threshold" : 10240
}, {
"name" : "disk2",
"path" : "/dev/sda2",
"threshold" : 20480
}, {
"name" : "disk3",
"path" : "/dev/sda3"
} ],