forked from haydnw/AirPi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotifications.cfg
35 lines (32 loc) · 1.03 KB
/
notifications.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[Common]
# These settings apply to all notification plugins listed below.
# They are not required; there are defaults which will apply in their absence.
msgalertsensor=Hey you guys! AirPi <hostname> has experienced a sensor error. Nobody panic.
msgalertoutput=Hey you guys! AirPi <hostname> has experienced an output error. Nobody panic.
msgdata=Something interesting has happened with AirPi <hostname>. Why not put off some other work by taking a look?
[Tweet]
filename=tweet
enabled=off
consumerkey=XXXXXXXXXXXXXXXXXXXXXXXXX
consumersecret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
needsinternet=True
[Email]
filename=e-mail
enabled=off
fromname=The Air Pi
smtpserver=your.mail.server.com
smtpport=587
smtptls=True
smtpuser=yourmailusername
smtppass=yourmailpassword
needsinternet=True
[SMS]
# These settings use the TextLocal service (http://textlocal.com)
filename=sms
enabled=off
user=yourtextlocalusername
hash=yourtextlocalpasswordhash
to=phonenumberinccountrycode
needsinternet=True