mirror of https://github.com/mikaku/Monitorix.git
updated alert configuration
This commit is contained in:
parent
f1a6657436
commit
a3a6f634c8
|
@ -75,7 +75,7 @@ ftp_log_date_format = %b %e
|
||||||
rigid = 1, 0
|
rigid = 1, 0
|
||||||
limit = 1, 100
|
limit = 1, 100
|
||||||
<alerts>
|
<alerts>
|
||||||
enabled = n
|
loadavg_enabled = n
|
||||||
loadavg_timeintvl = 3600
|
loadavg_timeintvl = 3600
|
||||||
loadavg_threshold = 5.0
|
loadavg_threshold = 5.0
|
||||||
loadavg_script = /path/to/script.sh
|
loadavg_script = /path/to/script.sh
|
||||||
|
@ -176,7 +176,7 @@ ftp_log_date_format = %b %e
|
||||||
rigid = 2, 0, 0
|
rigid = 2, 0, 0
|
||||||
limit = 100, 1000, 1000
|
limit = 100, 1000, 1000
|
||||||
<alerts>
|
<alerts>
|
||||||
enabled = n
|
rootfs_enabled = n
|
||||||
rootfs_timeintvl = 3600
|
rootfs_timeintvl = 3600
|
||||||
rootfs_threshold = 100
|
rootfs_threshold = 100
|
||||||
rootfs_script = /path/to/script.sh
|
rootfs_script = /path/to/script.sh
|
||||||
|
@ -212,10 +212,11 @@ ftp_log_date_format = %b %e
|
||||||
rigid = 0, 0, 0, 0, 0
|
rigid = 0, 0, 0, 0, 0
|
||||||
limit = 1, 1000, 1000, 1000, 1000
|
limit = 1, 1000, 1000, 1000, 1000
|
||||||
<alerts>
|
<alerts>
|
||||||
enabled = n
|
delvd_enabled = n
|
||||||
delvd_timeintvl = 60
|
delvd_timeintvl = 60
|
||||||
delvd_threshold = 100
|
delvd_threshold = 100
|
||||||
delvd_script = /path/to/script.sh
|
delvd_script = /path/to/script.sh
|
||||||
|
mqueued_enabled = n
|
||||||
mqueued_timeintvl = 3600
|
mqueued_timeintvl = 3600
|
||||||
mqueued_threshold = 100
|
mqueued_threshold = 100
|
||||||
mqueued_script = /path/to/script.sh
|
mqueued_script = /path/to/script.sh
|
||||||
|
|
Loading…
Reference in New Issue