Skip to content

SNMP traps - sending interval #160

@ltrilety

Description

@ltrilety

All alerts should generate an SNMP trap regularly e.g. every check interval.

Usual SNMP management counts with such behavior and moreover expects that. The main reason is that for SNMP traps a UDP is used, where the reasons for UDP usage are: because it's very quick and cost almost nothing. We could use SNMP informs instead of traps, but using them we lost those advantages. SNMP inform delivery is acknowledged by recipient, it's part of SNMPv2c.
We could use inform for sending clear alerts though as those will not be repeated and the speed and cost (there shouldn't be much of them) of delivery is not so important.

There's already a BZ for this:
https://bugzilla.redhat.com/show_bug.cgi?id=1516643

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions