| Package | Description |
|---|---|
| com.solab.alarms.channels |
This package contains concrete implementations for different AlarmChannels which do not have any external
dependencies.
|
| com.solab.alarms.channels.twitter |
This package contains the TwitterChannel component and the TwitterAuth program.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
HttpChannel
This channel can send an alarm over an HTTP GET or POST request.
|
class |
TestChannel
A very simple alarm channel that only prints the alarm messages to STDOUT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwitterChannel
A channel that uses Twitter to publish alarms.
|