Description
Send application notifications using a wide range of protocols via JAlarms.
Installation
The current version of griffon-jalarms-plugin is 0.3
To install just issue the following command
Usage
The plugin will inject the following dynamic methods:
- sendAlarm(String msg) - sends an alarm to all channels
- sendAlarm(String msg, String source) - sends an alarm to all channels that react to
source
This addon adds a bean alarmer of type com.solab.alarms.AlarmSender to the application's ApplicationContext (which means this plugin requires Spring). Alarm channels can be configured as any other beans would, inside src/spring/resources.groovy, for example
Configuration
Dynamic method injection
Dynamic methods will be added to controllers and services by default. You can change this setting by adding a configuration flag in Config.groovy
History
Version |
Date |
Notes |
|---|---|---|
0.3 |
06-27-10 |
Release sync with Griffon 0.9.3-beta-2 |
0.2 |
02-21-11 |
Upgrade to JAlarms 1.5.2 and Griffon 0.9.2 |
0.1 |
12-21-10 |
First release |


