aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-27 20:40:37 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-27 20:40:37 +0200
commita00e9764487bc895d7d4658641959f92e3d50c5b (patch)
treef2bbf057f382844d17a5e010c5b07e3e4102e245 /include/config.pm
parenta50447265364d73bfbf2d2bccef90d470fb8a894 (diff)
Support at least one MAC-address logging thing
Might have to re-think how we do this in the long run, possibly providing some richer config to avoid hard-coding it in the collector. But for now: Fixes #28
Diffstat (limited to 'include/config.pm')
-rwxr-xr-xinclude/config.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm
index 9987d05..c8664cb 100755
--- a/include/config.pm
+++ b/include/config.pm
@@ -25,6 +25,7 @@ our @snmp_objects = [
['ifOperStatus'],
['ifAdminStatus'],
['ifLastChange'],
+ ['ifPhysAddress'],
['ifHCInOctets'],
['ifHCOutOctets'],
['ifInDiscards'],