All work
- Release notes documenting "new" eventconf varbind element feature has error in sampleNMS-1403Resolved issue: NMS-1403Tarus Balog
- Clean up the notifd-configuration.xml fileNMS-1116Resolved issue: NMS-1116David Hustace
- Define coding standard and reformat the codeNMS-1070Resolved issue: NMS-1070OpenNMS Bug Mailing List
- Provide ability to pass arguments for datacollection purposesNMS-1046
- vacuumd does not have a jmx interfaceNMS-1044Resolved issue: NMS-1044OpenNMS Bug Mailing List
- OpenNMS doesn't die on its own when told to shutdownNMS-993Resolved issue: NMS-993Matt Brozowski
- Notification/Outage NotesNMS-845Resolved issue: NMS-845
- Add filtering capability to Outages web interfaceNMS-832
- Problem with Network Interfaces page when duplicate node labels existNMS-827Resolved issue: NMS-827Seth Leger
- Problem with losing email address in user configuration screenNMS-813Resolved issue: NMS-813Tarus Balog
- RRD name collision causes error message in collectd.log about "minimum one second step"NMS-810Resolved issue: NMS-810Seth Leger
- Add security-role's to web.xml for each role-nameNMS-805Resolved issue: NMS-805Tarus Balog
- Be more intelligent about modify server.xml, and work properly on SuSE 8.1NMS-804Resolved issue: NMS-804DJ Gregor
- Changes to opennms.init to work on SuSE and use OPENNMS_HOME everywhere.NMS-803Resolved issue: NMS-803Tarus Balog
- opennms.spec changes required for SuSE 8.1 and postgresql restart fixesNMS-802Resolved issue: NMS-802Tarus Balog
- PROPERTY_OVERRIDE does not work with build.xml, especially with filterfilesNMS-801Resolved issue: NMS-801DJ Gregor
- No service restored event following nodeDown nodeUpNMS-800Resolved issue: NMS-800OpenNMS Bug Mailing List
- Delete Nodes Link Breaks Event List PageNMS-799Resolved issue: NMS-799Tarus Balog
- wrong RRA in RRD databases generatedNMS-798Resolved issue: NMS-798Tarus Balog
- Add outageid to view current outagesNMS-797Resolved issue: NMS-797Tarus Balog
- Search fails on *.*.0.*NMS-795Resolved issue: NMS-795David Hustace
- Add the [-] option to the notifications page.NMS-794Resolved issue: NMS-794Seth Leger
- Add a way to check parameters on notifications for internal eventsNMS-793Resolved issue: NMS-793Tarus Balog
- Add a webUI page to delete interfaces/servicesNMS-792Resolved issue: NMS-792Tarus Balog
- The ability to reread certain configuration filesNMS-791Resolved issue: NMS-791Matt Brozowski
- ABility to assign users specific login pagesNMS-790Resolved issue: NMS-790Tarus Balog
- Asset ImportNMS-789Resolved issue: NMS-789David Hustace
- Create a UDP PollerNMS-787Resolved issue: NMS-787Tarus Balog
- Reporting Scheduler and Addition of Emailing Performance ReportsNMS-786Resolved issue: NMS-786Donald Desloge
- Add response time support for additional services (such as tcpPlugin)NMS-785Resolved issue: NMS-785Tarus Balog
- JSP files produce wrongly encoded HTMLNMS-784Resolved issue: NMS-784Tarus Balog
- Postgres 7.2 does not like "= null" must have "is null"NMS-782Resolved issue: NMS-782Tarus Balog
- Delete Node can cause database corruptionNMS-781Resolved issue: NMS-781Ted Kaczmarek
- False node mergeNMS-780Resolved issue: NMS-780Tarus Balog
- Add new groupNMS-779Resolved issue: NMS-779Tarus Balog
- Programming periodic node rediscovery and service rescanNMS-778
- Users changing their own passwordsNMS-777Resolved issue: NMS-777Tarus Balog
- Add "Response Time Report" link to node pageNMS-776Resolved issue: NMS-776Tarus Balog
- When SNMP is added to a device, categories do not updateNMS-775Resolved issue: NMS-775Tarus Balog
- Ability to use include-url in snmp-config.xmlNMS-729
- SSH button on node information screenNMS-699Resolved issue: NMS-699Alejandro Galue
- User configurable time period for web page availabilityNMS-697
- Availability report time periodsNMS-696Resolved issue: NMS-696Donald Desloge
43 of 43
Release notes documenting "new" eventconf varbind element feature has error in sample
Won't Fix
Description
Environment
Operating System: All
Platform: All
URL: http://sourceforge.net/docman/display_doc.php?docid=27506&group_id=4141
Acceptance / Success Criteria
None
Lucidchart Diagrams
Details
Assignee
Tarus BalogTarus BalogReporter
David HustaceDavid HustaceComponents
Affects versions
Priority
Minor
Details
Details
Assignee
Tarus Balog
Tarus BalogReporter
David Hustace
David HustaceComponents
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 31, 2005 at 5:07 PM
Updated July 29, 2014 at 12:27 PM
Resolved August 3, 2011 at 3:18 PM
Activity
Show:
Seth LegerAugust 3, 2011 at 3:18 PM
The release notes for a 2005 release are not going to be updated.
David HustaceAugust 31, 2005 at 5:12 PM
Also, while adding an enhancement to CVS HEAD allowing the vbvalue element to take a regular
expression, we found that it currently supports a substring that I didn't see documented:
<vbnumber>3</vbnumber>
<vbvalue>match all this%</vbvalue>
Will match the trap if the third varbind value is "match all this gobbly gook" but will not match "please
match all this gobbly gook" for it matches the substring starting with the first character util the '%' sign.
This mask in section 2.11. Changes in OpenNMS 1.1.0 and Above of the Release Notes:
<mask>
<maskelement>
<mename>id</mename>
<mevalue>.1.3.6.1.4.1.11.2.14.12.1</mevalue>
</maskelement> <maskelement>
<mename>generic</mename>
<mevalue>6</mevalue>
</maskelement>
<maskelement> <mename>specific</mename>
<mevalue>5</mevalue>
</maskelement>
<varbind>
<vbnumber>specific</vbnumber>
<vbvalue>5</vbvalue>
</varbind>
</mask>
The varbind number is incorrect. Not sure what varbind it should be for this trap for I couldn't find a
specific 5 for this trap OID.