root/examples/StormSiren.conf

Revision 117:6bbf97ddbe16, 3.2 KB (checked in by chris, 3 years ago)

move another log statement to after the logger initialization

Line 
1[main]
2states = TX,TN
3watchers = 14
4history=100
5
6[smtp]
7host = mail.example.com
8port = 25
9from = stormsiren@example.com
10#user = test_user
11#password = test_pass
12
13[jabber]
14host = www.example.com
15port = 5223
16user = weatherbot
17password = **********
18
19[media]
20player = mplayer
21forecast = alert.wav
22statement = icemag.wav
23advisory = lightmag.wav
24watch = onscreen.wav
25warning = spinout.wav
26
27[execution]
28forecast = /home/cfreeze/bin/weather/forecast.sh
29statement = /home/cfreeze/bin/weather/statement.sh
30advisory = /home/cfreeze/bin/weather/advisory.sh
31watch = /home/cfreeze/bin/weather/watch.sh
32warning = /home/cfreeze/bin/weather/warning.sh
33
34[14]
35device = mythtv
36to = 192.168.9.240:6948
37wait_time = 5
38alert = forecast,statement,advisory,watch,warning
39areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN:Galveston,TX
40
41[2]
42device = mythtv
43to = 192.168.9.241:6948
44wait_time = 10
45alert = advisory
46areas = Rockwall,TX:McMinnville,TN:Warren,TN
47
48[3]
49device = mythtv
50to = 192.168.2.41:6948
51wait_time = 10
52alert = watch,warning
53areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
54
55[4]
56device = email
57to = cfreeze@example.com
58alert = forecast,statement,advisory
59areas = Rockwall,TX:McMinnville,TN:Warren,TN
60
61[5]
62device = email
63to = cfreeze@example.com
64alert = watch,warning
65areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
66
67[6]
68device = email
69to = chris.freeze@example.com
70alert = forecast,statement,advisory
71areas = Rockwall,TX:McMinnville,TN:Warren,TN
72
73[7]
74device = email
75to = chris.freeze@example.com
76alert = watch,warning
77areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
78
79[8]
80device = email
81to = rfreeze@example.com
82alert = forecast,statement,advisory
83areas = Rockwall,TX:McMinnville,TN:Warren,TN
84
85[9]
86device = email
87to = rfreeze@example.com
88alert = watch,warning
89areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
90
91[10]
92device = email
93to = lbfreeze@example.com
94alert = forecast,statement,advisory
95areas = McMinnville,TN:Warren,TN
96
97[11]
98device = email
99to = lbfreeze@example.com
100alert = watch,warning
101areas = McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
102
103[12]
104device = jabber
105to = cfreeze@jabber.example.com
106alert = forecast,statement,advisory,watch,warning
107areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN
108
109[13]
110device = media
111alert = watch,warning
112areas = Rockwall,TX:Warren,TN
113
114[14]
115device = execution
116#alert = watch,warning
117alert = forecast,statement,advisory,watch,warning
118#areas = Rockwall,TX:Warren,TN
119areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN:Galveston,TX
Note: See TracBrowser for help on using the browser.