Issues
- Remove snmpIpAdEntNetmask from the snmpInterface tableNMS-9385Resolved issue: NMS-9385Benjamin Reed
- LDAPMonitor causes Errors in ldap logfilesNMS-8891Resolved issue: NMS-8891Ronny Trommer
- default surveillance view not updated on group changeNMS-8748
- Distributed/Geographical Maps do not show images anymoreNMS-8597Resolved issue: NMS-8597Markus von Rüden
- OpenNMS:Name=Eventd FailureNMS-8523Resolved issue: NMS-8523
- Scheduled outage - midnight notificationsNMS-8447
- Communication problem when using the dashboard in multiple browser tabsNMS-8329
- VMWare-Center-Monitoring make for every virtual machine a login/logoutNMS-8204Resolved issue: NMS-8204Christian Pape
- org.apache.servicemix.bundles.spring-instrument-4.0.5.RELEASE_1.jar MANIFEST doea not contain Premain-Class: org.springframework.instrument.InstrumentationSavingAgentNMS-8171Resolved issue: NMS-8171
- Vaadin Applications do not show OpenNMS faviconNMS-8168Resolved issue: NMS-8168Markus von Rüden
- Memory leak when using Groovy + BSFNMS-8125Resolved issue: NMS-8125Jesse White
- Memory leak when using the BSFDetectorNMS-8109Resolved issue: NMS-8109Jesse White
- daemon-stats.pl doesn't workNMS-8095Jeff Gehlbach
- Page Sequence Monitor is incorrectly encoding the first '?' in the path-stringNMS-8088Resolved issue: NMS-8088
- VLAN name is not displayedNMS-8080Resolved issue: NMS-8080Antonio Russo
- User Restriction Filters: mapping class for roles to groups does not workNMS-8073Resolved issue: NMS-8073Antonio Russo
- NullPointerException for NodeDiscoveryBridgeNMS-8072Resolved issue: NMS-8072Antonio Russo
- noSuchInstance causing problems during provision scanNMS-8046Resolved issue: NMS-8046Benjamin Reed
- Refactor Enhanced Linkd TopologyNMS-8041Resolved issue: NMS-8041Antonio Russo
- Adding com.sun.management.jmxremote.authenticate=true on opennms.conf is ignored by the opennms scriptNMS-8034Resolved issue: NMS-8034Benjamin Reed
- DNS reverse provisioning adapter is not available on Debian installationNMS-8013Resolved issue: NMS-8013
- Acknowledged alarm for an ongoing outage is not reopeningNMS-8011David Hustace
- HTTPS configuration on windowsNMS-8006Resolved issue: NMS-8006
- Iplike could not be installed following install guideNMS-8004Resolved issue: NMS-8004Ronny Trommer
- Topology-UI shows LLDP links not correctNMS-8003Resolved issue: NMS-8003Antonio Russo
- Topology-UI shows CDP links not correctNMS-8000Resolved issue: NMS-8000Antonio Russo
- Upgrade to commons-collections 3.2.2NMS-7999Resolved issue: NMS-7999Benjamin Reed
- Provisiond default setting does not allow to delete monitoring entitiesNMS-7998Resolved issue: NMS-7998Ronny Trommer
- MX4JDetectorTest has hard coded portsNMS-7989
- OpenNMS fails to start when the remote poller service is left enabledNMS-7982Resolved issue: NMS-7982
- The ReST API code throws exceptions that turns into HTTP 500 for things that should be HTTP 400 (Bad Request)NMS-7981Resolved issue: NMS-7981Alejandro Galue
- MBean attribute names are restricted to a specifix max lengthNMS-7964Resolved issue: NMS-7964Markus von Rüden
- The timer function from the Drools correlation engine seems to be broken.NMS-7943
- Slow BridgeBridgeTopologie discovery with enlinkd.NMS-7918Resolved issue: NMS-7918Antonio Russo
- Unmanage/Manage services and interfaces duplicated code and not sufficient eventsNMS-7914
- Update graph template to not include --vertical-labelNMS-7906
- Slow LinkdTopologyProvider/EnhancedLinkdTopologyProvider in bigger enviromentsNMS-7846Resolved issue: NMS-7846Antonio Russo
- datacollection does not start when adding the SNMP service at a later timeNMS-6516
38 of 38
Remove snmpIpAdEntNetmask from the snmpInterface table
Fixed
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Alejandro GalueAlejandro GalueLabels
Components
Sprint
NoneFix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Alejandro Galue
Alejandro GalueLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 30, 2017 at 12:50 PM
Updated October 5, 2017 at 7:27 PM
Resolved October 5, 2017 at 7:27 PM
Activity
Show:
Benjamin ReedSeptember 14, 2017 at 8:06 PM
So I just tried to look into this issue and it's like pulling a string that unravels an entire 100 square mile sweater made up of smaller sweaters.
There is no way this will be (safely) doable for Meridian 2017 just because of the large amount of code that requires refactoring, so I'm gonna push it to develop.
It's still worth doing, because this stuff is all wrong, wrong, wrong. But it will take some time.
Alejandro GalueAugust 18, 2017 at 2:39 PM
The following can explain why fixing this is important:
What's the purpose of having an IP Layer property among with the properties associated with a Physical interface, considering that a Physical Interface can have multiple IPs associated with it ?
The columns related with IP information have been removed from the snmpInterface table a long time ago. It seems like we missed snmpIpAdEntNetmask during that rework so it should be removed from that table. In case there is some usefulness on having this field, it should appear where it belongs, which is, the ipInterface table.
As this affects not only the content of the tables mentioned above, but also the entities exposed through ReST, I think this change should appear on a new major release.