From ea3df3f3c1ea44fdd9a470aeb2d7b7aa8624d201 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 2 Dec 2010 17:49:08 +0000 Subject: [PATCH] remove default warning limit variables from defaults as they are no longer used git-svn-id: http://www.observium.org/svn/observer/trunk@1752 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index bf96a6b4b..f7905afa7 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -185,11 +185,6 @@ $config['allow_entity_sensor']['watts'] = 1; $config['allow_entity_sensor']['truthvalue'] = 1; $config['allow_entity_sensor']['specialEnum'] = 1; -### Set default alert limits for various sensors and metrics -#FIXME THESE SUCK -$config['limit']['fan'] = "1000"; -$config['limit']['temp'] = "60"; - ### Filesystems $config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/proc", "/dev"); @@ -223,9 +218,6 @@ $config['auth_ldap_group'] = "cn=observium,ou=groups,dc=example,dc=com"; ### Hardcoded ASN descriptions $config['astext'][65333] = "Cymru Bogon Feed"; -### Default warning settings -## FIXME THESE SUCK - ### What should we warn about? $config['warn']['ifdown'] = false;