Serial port alerts

Send alerts on events relating to a serial port or ports.

New Serial alert items can be added.

Serial alert

A single serial alert source.

Properties

Serial ports

The serial ports to monitor.

  • Data type: reference list
  • Configuration

CLI: (cli)> config alerting serial-alert <key> port

Alert type

The type of serial alert.

OptionLabelDescription
pattern-matchPattern matchA PCRE regular expression to match against serial input.
control-line-changeControl line changeA status change in a serial control line.
user-eventUser connection/disconnectionAlert when a user first connects or is disconnected.
  • Data type: string select
  • Configuration
  • Required

CLI: (cli)> config alerting serial-alert <key> alert-type

Enable

Enable the alert.

  • Data type: boolean
  • Default: true
  • Configuration

CLI: (cli)> config alerting serial-alert <key> enable

Action type

The notification or action to take when the conditions are met.

OptionLabelDescription
emailSend EmailWhen an alert trippers, send an email to the listed recipients.
smsSend SMSWhen an alert trippers, send an SMS to the listed recipients.
snmp-trapSend SNMP TrapWhen an alert trippers, send an SNMP trap to the listed receivers.
httpreqMake HTTP(S) RequestWhen an alert trippers, fetch the URL provided.
customCustomWhen an alert trippers, run the customized automation script.
  • Data type: string select
  • Configuration
  • Required

CLI: (cli)> config alerting serial-alert <key> action-type