-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathalarmserver-example.cfg
79 lines (65 loc) · 1.78 KB
/
alarmserver-example.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[alarmserver]
## If a filename is given all output will be logged to the filename.
## If left blank output will all be on the console
#logfile=output.log
logfile=
##any valid python logging level here, DEBUG, INFO, etc
loglevel=DEBUG
## Log URL requests
## By default all the url requests are logged. These happen every 5
## seconds with the web ui's. To disable all these set this to False
logurlrequests=True
## The server runs with SSL. You need a certificate and key
## server.crt and server.key are included but you should
## generate your own.
## If left blank the default included cert/key will be used
#certfile=/etc/apache2/ssl/server.crt
#keyfile=/etc/apache2/ssl/server.key
certfile=
keyfile=
## Maximum number of events to display for each zone
maxevents=10
## Total number of events to show for all the zones combined
maxallevents=100
## valid values are ssl, tcp
listentype=tcp
## Port to run the server on
listenport=8111
## Name of your parition(s)
partition1=Home
## Zone names. Delete the zones you're not using to have them hidden.
## Add more zoneXX if you need more zones
zone1=A
zone2=B
zone3=C
zone4=D
zone5=E
zone6=F
zone7=G
zone8=H
zone9=I
zone10=J
zone11=K
zone12=L
zone13=M
zone14=N
zone15=O
zone16=P
## Pretty names for the user ids that arm/disarm alarm.
user1=MyUser1
user2=MyUser2
user3=MyUser3
[envisalink]
## Which version of the Envisalink is being used, currently supports 3 or 4
version=3
## Connection credentials to talk to the Envisalink device
host=envisalink
port=4025
pass=user
##Interval in seconds in which to send poll command to envisalink.
##Default is zero which means do not issue polling commands, this
##should be fine in most scenarios
#pollinterval=0
## Alarm code: If defined you can disarm the alarm without having to
## enter a code.
alarmcode=1111