This is a discussion on RE: snmptrapd forwarding with OID wildcards [sec:unclass] within the SNMP Users forums, part of the Networking and Network Related category; -----Original Message----- >In the meantime, does anyone know about a tool available that can do >what I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
-----Original Message----- >In the meantime, does anyone know about a tool available that can do >what I'm trying to achieve (forward traps to a different server, if the >OID matches a pattern with wildcards)? We didn't find one in a fair amount of looking (through open source options, anyways). Moreover, while we were looking, as much as we tried to constrain the use case to *just* being about OID's, or issuing agent address, we always found some new condition which became an essential constraint for forwarding. This falls under the general rubric of "event correlation", and we ended up writing our own little policy rule manager to take this on. I do know of certain open source rules engines (e.g., Jess Rules for Java) that provide a lot of what you need for that if you can write the event handler (incoming trap), condition handler and matcher (does an included varbind match this OID?) and action handler (forward to this other trap recipient). On the other hand, there's a fair of adaptation of the gestalt of any open source rules engine to meet this kind of relatively minimal application, I've found. Regards, Wayne ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |