# Description
This is the package which has all the libraries and scripts to process the incoming traps
Provides library for processing snmptraps sent to the collector.
Uses SNMP:Trapinfo module to parse the packets sent to it.
Also provides a script which the collector runs as a sub process by the snmptrapscollector.
Receives a trap and parses it, then returns an exception or a result, including trace information.
## Dependencies
Snmptraps collector depends on this package to run.
## Installation
This is deployed when installating Opsview Monitor.
## Configuration
No config file available as this is a library providing methods to parse snmptraps.
## Management
Obfuscated perl code, does not use watchdog or any data store.