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
This commit is contained in:
Tom Laermans
2010-12-02 17:49:08 +00:00
parent 2711732c12
commit ea3df3f3c1

View File

@@ -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;