Installation guide

set alarm
Chapter 2 Command Descriptions 49
Options for setting alarms in GPIO mode
In GPIO mode, alarms are triggered when there are transitions between
states for GPIO pins. The following options allow you set which GPIO pins’
transitions will trigger alarms.
pins=list_of_pins
A list of GPIO pins that trigger alarms.
highpins=list_of_highpins
A list of GPIO pins that trigger alarms when a pin’s signal is high.
lowpins=list_of_lowpins
A list of GPIO pins that trigger alarms when a pin’s signal is low.
pin{n}={high|low|ignore}
This option is an alternative way to specify the action of a given GPIO pin,
where n is the pin number.
high
The pin will trigger an alarm when the pin’s signal is high.
low
The pin will trigger an alarm when the pin’s signal is low.
ignore
The pin will not trigger an alarm.
The default is “ignore.
reminder={on|off}
Specifies the type of reminder sent.
on
An email or SNMP trap is sent periodically while the alarm-triggering
event is active. The interval is based on the value of the
“reminder_interval” option.
off
An email or SNMP trap is sent only when an alarm is triggered.
reminder_interval=seconds
The minimum reminder interval in seconds. Indicates how often an email
or SNMP trap is sent when the “reminder” option is set to “on” and an
alarm-triggering event is active.
trigger_interval=seconds
The minimum trigger interval in seconds. If the “reminder” option is set to
“off,” this option indicates the minimum amount of time that is allowed
between alarm-triggered emails or SNMP traps.