fix etherlike graph for monrad, make HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.

git-svn-id: http://www.observium.org/svn/observer/trunk@1495 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-27 16:26:39 +00:00
parent 17242a06f2
commit 20629c4c7d
4 changed files with 11 additions and 15 deletions
+2 -7
View File
@@ -180,7 +180,7 @@ $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";
@@ -198,11 +198,6 @@ $config['ignore_mount_regexp'] = array("/on: \/packages/", "/on: \/dev/", "/on:
$config['ignore_mount_removable'] = 1; # Ignore removable disk storage
$config['ignore_mount_network'] = 1; # Ignore network mounted storage
### Poller/Discovery
$config['enable_ports_etherlike'] = 0; # Enable EtherLike-MIB
$config['enable_ports_junoseatmvp'] = 0; # Enable JunOSe ATM VC Discovery/Poller
### Syslog Settings
$config['syslog_age'] = "1 month"; ## Entries older than this will be removed
@@ -218,7 +213,7 @@ $config['auth_ldap_version'] = 3; # v2 or v3
$config['astext'][65333] = "Cymru Bogon Feed";
### Default warning settings
## FIXME THESE SUCK
$config['defaults']['temp_limit'] = 60;
### What should we warn about?