See: Description
| Class | Description |
|---|---|
| CommandLineChannel |
This alarm channel executes a command-line program, either passing the alarm message as a parameter to it as an argument of ${alarm},
or feeding the alarm message to its STDIN.
|
| HttpChannel |
This channel can send an alarm over an HTTP GET or POST request.
|
| TestChannel |
A very simple alarm channel that only prints the alarm messages to STDOUT.
|