Fix a port-name issue for recent snmp versions for linux. (Found in Debian Jessie)

This commit is contained in:
f0o 2015-05-10 16:35:26 +00:00
parent 960ecadf31
commit fe031b214e
No known key found for this signature in database
GPG Key ID: 239034DF4C471089

View File

@ -91,6 +91,7 @@ $config['os'][$os]['type'] = "server";
$config['os'][$os]['group'] = "unix";
$config['os'][$os]['text'] = "Linux";
$config['os'][$os]['ifXmcbc'] = 1;
$config['os'][$os]['ifname'] = 1;
$config['os'][$os]['over'][0]['graph'] = "device_processor";
$config['os'][$os]['over'][0]['text'] = "Processor Usage";
$config['os'][$os]['over'][1]['graph'] = "device_ucd_memory";