All work

Select view

Select search mode

 
43 of 43

Release notes documenting "new" eventconf varbind element feature has error in sample

Won't Fix

Description

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.

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

Reporter

Components

Affects versions

Priority

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.