updated alert options

This commit is contained in:
Jordi Sanfeliu 2013-01-09 12:45:06 +01:00
parent ff128ff06c
commit 9215fe6c6c
1 changed files with 10 additions and 8 deletions

View File

@ -27,7 +27,7 @@ milter_gl = /var/milter-greylist/greylist.db
imap_log = /var/log/imap imap_log = /var/log/imap
hylafax_log = /var/spool/hylafax/etc/xferfaxlog hylafax_log = /var/spool/hylafax/etc/xferfaxlog
cups_log = /var/log/cups/page_log cups_log = /var/log/cups/page_log
ftp_log = /var/log/secure ftp_log = /var/log/vsftpd.log
fail2ban_log = /var/log/fail2ban.log fail2ban_log = /var/log/fail2ban.log
spamassassin_log = /var/log/maillog spamassassin_log = /var/log/maillog
clamav_log = /var/log/clamav/clamav.log clamav_log = /var/log/clamav/clamav.log
@ -40,14 +40,16 @@ ftp_log_date_format = %b %e
# Alert capabilities # Alert capabilities
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
enable_alerts = n <alerts>
alert_loadavg_timeintvl = 3600 enabled = n
alert_loadavg_threshold = 5.0 loadavg_timeintvl = 3600
alert_loadavg_script = /path/to/script.sh loadavg_threshold = 5.0
loadavg_script = /path/to/script.sh
alert_rootfs_timeintvl = 3600 rootfs_timeintvl = 3600
alert_rootfs_threshold = 100 rootfs_threshold = 100
alert_rootfs_script = /path/to/script.sh rootfs_script = /path/to/script.sh
</alerts>
# Graphs (de)activation # Graphs (de)activation