mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user