Class: IControl::Management::SNMPConfiguration::SinkType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Management::SNMPConfiguration::SinkType
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
These types define the hosts to receive traps (and/or inform notifications). The daemon sends a Cold Start trap when it starts up. If enabled, it also sends traps on authentication failures. Multiple trapsink, trap2sink, and informsink lines may be specified to specify mulitple destinations. Use trap2sink to send SNMPv2 traps and informsink to send inform notifications.
Constant Summary collapse
- SINK_TRAPSINK =
SNMP traps.
:SINK_TRAPSINK
- SINK_TRAP2SINK =
SNMPv2 traps.
:SINK_TRAP2SINK
- SINK_INFORMSINK =
Inform notifications.
:SINK_INFORMSINK