aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm
diff options
context:
space:
mode:
authorLasse Haugen <haugen.lasse@gmail.com>2019-03-31 12:51:12 +0200
committerGitHub <noreply@github.com>2019-03-31 12:51:12 +0200
commit1e2b66012e62a45d461ae0d8dbb0094788908c8b (patch)
tree2d3c09cdbe1e26546ba5e15391eefa4a8ca9958d /include/config.pm
parentd41b6089eb98b8bdc5c46b0a7fe07c47184ac923 (diff)
parent01a01bbfb4388b3a94a86911b3bb9aa787312268 (diff)
Merge pull request #208 from slinderud/master
added MIBs for tx/rx db
Diffstat (limited to 'include/config.pm')
-rwxr-xr-xinclude/config.pm7
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 {