more fixes to discovery

git-svn-id: http://www.observium.org/svn/observer/trunk@841 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-15 01:53:00 +00:00
parent 2491186697
commit 01da6907e5
4 changed files with 9 additions and 4 deletions
+5 -2
View File
@@ -68,6 +68,11 @@ $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
$config['limit']['fan'] = "1000";
$config['limit']['temp'] = "60";
# Filesystems
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/proc");
@@ -76,6 +81,4 @@ $config['ignore_mount_regexp'] = array();
$config['ignore_mount_removable'] = 1; # Ignore removable disk storage
$config['ignore_mount_network'] = 1; # Ignore network mounted storage
?>