summaryrefslogtreecommitdiffstats
path: root/plugins/omsnmp/omsnmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Added debug function logerrorVar, which can have variable number ofAndre Lorbach2008-02-111-6/+6
| | | | | parameters. Replaced debug prints in omsnmp with logerrorVar where needed.
* Added missing variable checks in modExit and CODESTARTmodExitAndre Lorbach2008-02-111-0/+22
|
* did some warning cleanup on snmp output moduleRainer Gerhards2008-02-111-5/+5
|
* Did some code cleanup. Removed unused functions and variables.Andre Lorbach2008-02-111-40/+9
|
* Added support for SNMPv2, which is also default. Removed some debug codeAndre Lorbach2008-02-081-77/+99
| | | | | | 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-15/+332
| | | | | | | | | | | 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.
* provided sample for integer config variableRainer Gerhards2008-01-281-0/+6
|
* created a work-around for plugin interface issueRainer Gerhards2008-01-251-8/+8
|
* Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-221-0/+176