From a3a6f634c890beadb737a5e9e2a18f962f64303d Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 23 Jan 2013 12:06:47 +0100 Subject: [PATCH] updated alert configuration --- monitorix.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/monitorix.conf b/monitorix.conf index 29f91de..dcc4fa1 100644 --- a/monitorix.conf +++ b/monitorix.conf @@ -75,7 +75,7 @@ ftp_log_date_format = %b %e rigid = 1, 0 limit = 1, 100 - enabled = n + loadavg_enabled = n loadavg_timeintvl = 3600 loadavg_threshold = 5.0 loadavg_script = /path/to/script.sh @@ -176,7 +176,7 @@ ftp_log_date_format = %b %e rigid = 2, 0, 0 limit = 100, 1000, 1000 - enabled = n + rootfs_enabled = n rootfs_timeintvl = 3600 rootfs_threshold = 100 rootfs_script = /path/to/script.sh @@ -212,10 +212,11 @@ ftp_log_date_format = %b %e rigid = 0, 0, 0, 0, 0 limit = 1, 1000, 1000, 1000, 1000 - enabled = n + delvd_enabled = n delvd_timeintvl = 60 delvd_threshold = 100 delvd_script = /path/to/script.sh + mqueued_enabled = n mqueued_timeintvl = 3600 mqueued_threshold = 100 mqueued_script = /path/to/script.sh