diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-27 20:40:37 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-27 20:40:37 +0200 |
commit | a00e9764487bc895d7d4658641959f92e3d50c5b (patch) | |
tree | f2bbf057f382844d17a5e010c5b07e3e4102e245 /include/config.pm | |
parent | a50447265364d73bfbf2d2bccef90d470fb8a894 (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-x | include/config.pm | 1 |
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'], |