add snmpbulkwalk blacklist, add power device type for netmanplus

git-svn-id: http://www.observium.org/svn/observer/trunk@1191 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-16 12:46:52 +00:00
parent 7d139bf4ed
commit 857a46425f
3 changed files with 67 additions and 11 deletions
+3 -1
View File
@@ -17,8 +17,10 @@ $config['afi']['ipv4']['vpn'] = "VPNv4";
$config['afi']['ipv6']['unicast'] = "IPv6";
$config['afi']['ipv6']['multicast'] = "IPv6 Multicast";
## Set OS Groups
## Don't bulkwalk for these OS types
$config['nobulkwalk'] = array("netmanplus");
## Set OS Groups
$os_groups['linux'] = "unix";
$os_groups['freebsd'] = "unix";
$os_groups['openbsd'] = "unix";