Here is the pull request:
https://github.com/manuelluis/collectd/commit/fa40d22e5531cde7761134d1d1cfab77cabfa1ef


On Sat, Feb 8, 2014 at 8:45 PM, DavidHalko <[email protected]> wrote:

> Wow!
>
> This would be fabulous, to get it working/integrated with collectd "off
> the shelf"!
>
> I was getting ready to write an awk script to perform this task, at the
> shell layer!
>
> I did not see this in any of the collectd documentation.
>
> What needs to be done to bundle it into collectd, so one can download
> collectd, compile, and use your marvelous work?
>
> Sent from my iPhone
>
> On Feb 8, 2014, at 1:49 PM, Manuel Luis Sanmartín Rozada <
> [email protected]> wrote:
>
> Hello.
>
> I've done a plugin that sends notifications as snmp traps for integrate
> collectd
> notifications with other systems, and It works well for me.
>
> The configuration is like this:
>
> LoadPlugin notify_snmp
> <Plugin notify_snmp>
>   <OIDs collectd>
>     EnterpriseOID    "SNMPv2-SMI::experimental.100"
>     TrapOID           "SNMPv2-SMI::experimental.100.2"
>     SeverityOID       "SNMPv2-SMI::experimental.100.1.1"
>     HostOID           "SNMPv2-SMI::experimental.100.1.2"
>     PluginOID         "SNMPv2-SMI::experimental.100.1.3"
>     PluginInstanceOID "SNMPv2-SMI::experimental.100.1.4"
>     TypeOID           "SNMPv2-SMI::experimental.100.1.5"
>     TypeInstanceOID   "SNMPv2-SMI::experimental.100.1.6"
>     DataSourceOID     "SNMPv2-SMI::experimental.100.1.7"
>     ValueOID          "SNMPv2-SMI::experimental.100.1.8"
>     MessageOID        "SNMPv2-SMI::experimental.100.1.9"
>     TimeStampOID      "SNMPv2-SMI::experimental.100.1.10"
>   </OIDs>
>   <Target snmphost>
>     Address "192.168.1.100:162"
>     Version 2
>     Community "public"
>     OIDs collectd
>   </Target>
> </Plugin>
>
> I you are interested I can do a pull request of this plugin in github.
>
> On Fri, Feb 7, 2014 at 8:17 PM, David H <[email protected]> wrote:
>
>> Hello List!
>>
>> I have been following collectd for many years and I have been somewhat
>> surprised not to see SNMP Traps supported as a notification output
>> mechanism.
>>
>> I do not see it anywhere on the "roadmap" page. Since the NET-SNMP
>> library is already being linked, this seems like it might be pretty
>> trivial.
>>
>> Has there been any consideration for making this possible?
>>
>> Thanks,
>> David Halko
>>
>> _______________________________________________
>> collectd mailing list
>> [email protected]
>> http://mailman.verplant.org/listinfo/collectd
>>
>
>
_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to