root/trac/JabberDevice

Revision 105:b55987db0833, 0.9 KB (checked in by Chris Freeze <cfreeze@…>, 3 years ago)

saving trac pages in repository

Line 
1The Jabber Alert Device is specified by giving the device type of 'jabber' and the Jabber UID to receive the alert information.  The Jabber Alert Device uses the following parameters.
2
3 * device = '''jabber'''
4 * to = ''string''[[BR]]The Jabber UID address to receive the alert information[[BR]]
5{{{
6Example:
7        to = cfreeze@jabber.example.com
8}}}
9 * alert = ''[comma separated list]''[[BR]]The list of alert types that this device should receive.[[BR]]
10{{{
11Example:
12        alert = watch,warning
13}}}
14 * areas = ''[colon separated list]''[[BR]]This is the list of areas that the device should use to filter the available alerts.  The area is specified as a Location,State.  The location can be either a city or a county.  The state should be the two letter abbreviation for the state.  An unlimited number of areas can be specified.[[BR]]
15{{{
16Example:
17        areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX
18}}}
Note: See TracBrowser for help on using the browser.