From 800c14889dc403f053deca81ef5aede7b254b0a6 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 13 Dec 2012 10:19:01 +0100 Subject: [PATCH] 3.0: updated rigid/limit values in 'fs' and 'net' graphs --- 3.0/monitorix.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/3.0/monitorix.conf b/3.0/monitorix.conf index e9761bf..a4ee6a5 100644 --- a/3.0/monitorix.conf +++ b/3.0/monitorix.conf @@ -182,18 +182,22 @@ alert_rootfs_script = /path/to/script.sh - rigid = , 0, 0 - limit = , 1000, 1000 + rigid = 2, 0, 0 + limit = 100, 1000, 1000 # NET graph # ----------------------------------------------------------------------------- -net_list = eth0 - - eth0 = FastEthernet LAN, 0, 10000000 - -net_gateway = eth0 + + list = eth0 + + eth0 = FastEthernet LAN, 0, 10000000 + + gateway = eth0 + rigid = 0, 0, 0 + limit = 1000, 1000, 1000 + # SERV graph