summaryrefslogtreecommitdiffstats
path: root/plugins/omsnmp/omsnmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Added support for SNMPv2, which is also default. Removed some debug codeAndre Lorbach2008-02-081-0/+1
| | | | | | and compiler warnings. Added support to define the transport type where udp is the default. This also enables ipv6 support if you have compiled net-snmp with it.
* Initially implemented snmp into this output module. The code contains a lotAndre Lorbach2008-02-011-0/+105
of debug informations and additional stuff which is commented out. I will do some cleanup very soon. What is implemented yet: - SNMPv1 is supported (SNMPv2 will follow) - SNMP Target, Port, Community, EnterpriseOID, TrapType and SpecificType can be configured. Sample will follow soon. A SyslogMessageOID can be configured as well, this OID will be used for a variable which will then contain the original syslogmessage.