mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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']['truthvalue'] = 1;
|
||||||
$config['allow_entity_sensor']['specialEnum'] = 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
|
### Filesystems
|
||||||
|
|
||||||
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/proc", "/dev");
|
$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
|
### Hardcoded ASN descriptions
|
||||||
$config['astext'][65333] = "Cymru Bogon Feed";
|
$config['astext'][65333] = "Cymru Bogon Feed";
|
||||||
|
|
||||||
### Default warning settings
|
|
||||||
## FIXME THESE SUCK
|
|
||||||
|
|
||||||
### What should we warn about?
|
### What should we warn about?
|
||||||
$config['warn']['ifdown'] = false;
|
$config['warn']['ifdown'] = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user