mirror of https://github.com/mikaku/Monitorix.git
changed how the alerts are implemented in the configuration file
This commit is contained in:
parent
f403c01ed0
commit
0c3a2adc01
|
@ -38,20 +38,6 @@ imap_log_date_format = %b %d
|
||||||
ftp_log_date_format = %b %e
|
ftp_log_date_format = %b %e
|
||||||
|
|
||||||
|
|
||||||
# Alert capabilities
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
<alerts>
|
|
||||||
enabled = n
|
|
||||||
loadavg_timeintvl = 3600
|
|
||||||
loadavg_threshold = 5.0
|
|
||||||
loadavg_script = /path/to/script.sh
|
|
||||||
|
|
||||||
rootfs_timeintvl = 3600
|
|
||||||
rootfs_threshold = 100
|
|
||||||
rootfs_script = /path/to/script.sh
|
|
||||||
</alerts>
|
|
||||||
|
|
||||||
|
|
||||||
# Graphs (de)activation
|
# Graphs (de)activation
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<graph_enable>
|
<graph_enable>
|
||||||
|
@ -88,6 +74,12 @@ ftp_log_date_format = %b %e
|
||||||
<system>
|
<system>
|
||||||
rigid = 1, 0
|
rigid = 1, 0
|
||||||
limit = 1, 100
|
limit = 1, 100
|
||||||
|
<alerts>
|
||||||
|
enabled = n
|
||||||
|
loadavg_timeintvl = 3600
|
||||||
|
loadavg_threshold = 5.0
|
||||||
|
loadavg_script = /path/to/script.sh
|
||||||
|
</alerts>
|
||||||
</system>
|
</system>
|
||||||
|
|
||||||
|
|
||||||
|
@ -183,6 +175,12 @@ ftp_log_date_format = %b %e
|
||||||
</devmap>
|
</devmap>
|
||||||
rigid = 2, 0, 0
|
rigid = 2, 0, 0
|
||||||
limit = 100, 1000, 1000
|
limit = 100, 1000, 1000
|
||||||
|
<alerts>
|
||||||
|
enabled = n
|
||||||
|
rootfs_timeintvl = 3600
|
||||||
|
rootfs_threshold = 100
|
||||||
|
rootfs_script = /path/to/script.sh
|
||||||
|
</alerts>
|
||||||
</fs>
|
</fs>
|
||||||
|
|
||||||
|
|
||||||
|
@ -213,6 +211,15 @@ ftp_log_date_format = %b %e
|
||||||
greylist = milter-greylist
|
greylist = milter-greylist
|
||||||
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>
|
||||||
|
enabled = n
|
||||||
|
delvd_timeintvl = 60
|
||||||
|
delvd_threshold = 100
|
||||||
|
delvd_script = /path/to/script.sh
|
||||||
|
mqueued_timeintvl = 3600
|
||||||
|
mqueued_threshold = 100
|
||||||
|
mqueued_script = /path/to/script.sh
|
||||||
|
</alerts>
|
||||||
</mail>
|
</mail>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue