diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-03-31 12:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 12:51:12 +0200 |
commit | 1e2b66012e62a45d461ae0d8dbb0094788908c8b (patch) | |
tree | 2d3c09cdbe1e26546ba5e15391eefa4a8ca9958d /include/config.pm | |
parent | d41b6089eb98b8bdc5c46b0a7fe07c47184ac923 (diff) | |
parent | 01a01bbfb4388b3a94a86911b3bb9aa787312268 (diff) |
Merge pull request #208 from slinderud/master
added MIBs for tx/rx db
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/config.pm b/include/config.pm index 78f03cc..bf083ee 100755 --- a/include/config.pm +++ b/include/config.pm @@ -83,7 +83,12 @@ our @snmp_objects = [ ['jnxVirtualChassisMemberRole'], ['jnxVirtualChassisMemberSerialnumber'], ['jnxVirtualChassisMemberSWVersion'], - ['jnxVirtualChassisMemberUptime'] + ['jnxVirtualChassisMemberUptime'], + ['jnxDomCurrentRxLaserPower'], + ['jnxDomCurrentTxLaserOutputPower'], + ['jnxPMCurRxInputPower'], + ['jnxPMCurTxOutputPower'] + ]; BEGIN { |