mirror of https://github.com/mikaku/Monitorix.git
updated alert options
This commit is contained in:
parent
ff128ff06c
commit
9215fe6c6c
|
@ -27,7 +27,7 @@ milter_gl = /var/milter-greylist/greylist.db
|
|||
imap_log = /var/log/imap
|
||||
hylafax_log = /var/spool/hylafax/etc/xferfaxlog
|
||||
cups_log = /var/log/cups/page_log
|
||||
ftp_log = /var/log/secure
|
||||
ftp_log = /var/log/vsftpd.log
|
||||
fail2ban_log = /var/log/fail2ban.log
|
||||
spamassassin_log = /var/log/maillog
|
||||
clamav_log = /var/log/clamav/clamav.log
|
||||
|
@ -40,14 +40,16 @@ ftp_log_date_format = %b %e
|
|||
|
||||
# Alert capabilities
|
||||
# -----------------------------------------------------------------------------
|
||||
enable_alerts = n
|
||||
alert_loadavg_timeintvl = 3600
|
||||
alert_loadavg_threshold = 5.0
|
||||
alert_loadavg_script = /path/to/script.sh
|
||||
<alerts>
|
||||
enabled = n
|
||||
loadavg_timeintvl = 3600
|
||||
loadavg_threshold = 5.0
|
||||
loadavg_script = /path/to/script.sh
|
||||
|
||||
alert_rootfs_timeintvl = 3600
|
||||
alert_rootfs_threshold = 100
|
||||
alert_rootfs_script = /path/to/script.sh
|
||||
rootfs_timeintvl = 3600
|
||||
rootfs_threshold = 100
|
||||
rootfs_script = /path/to/script.sh
|
||||
</alerts>
|
||||
|
||||
|
||||
# Graphs (de)activation
|
||||
|
|
Loading…
Reference in New Issue