forked from ZoneMinder/zmeventnotification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zmeventnotification.ini
79 lines (55 loc) · 1.82 KB
/
zmeventnotification.ini
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
# Configuration file for zmeventnotification.pl
[network]
# Port for Websockets connection (default: 9000).
port = 9000
# Address for Websockets server (default: [::]).
# If you are facing connection issues or SSL issues, put in your IP here
# address = 1.2.3.4
[auth]
# Check username/password against ZoneMinder database (default: 1).
enable = 1
# Authentication timeout, in seconds (default: 20).
timeout = 20
[fcm]
# Use FCM for messaging (default: 1).
enable = 0
# Custom FCM API key. Uncomment if you are using
# your own API key (most people will not need to uncomment)
# api_key =
# Auth token store location (default: /etc/private/tokens.txt).
# token_file = /your/path/filename
[mqtt]
# Use MQTT for messaging (default: 0)
enable = 1
# MQTT server (default: 127.0.0.1)
server = 127.0.0.1
# Authenticate to MQTT server as user
#username =
# Password
#password =
[ssl]
# Enable SSL (default: 1).
enable = 0
# Location to SSL cert (no default).
cert = /etc/apache2/ssl/zoneminder.crt
# Location to SSL key (no default).
key = /etc/apache2/ssl/zoneminder.key
[customize]
# Display messages to console (default: 0).
# Make sure this is 0 before you run in daemon mode
verbose = 0
# Interval, in seconds, after which we will check for new events (default: 5).
event_check_interval = 5
# Interval, in seconds, to reload known monitors (default: 300).
monitor_reload_interval = 300
# Read monitor alarm cause (Requires ZoneMinder >= 1.31.2, default: 0)
# Enabling this to 1 for lower versions of ZM will result in a crash
read_alarm_cause = 0
# Tag event IDs with the alarm (default: 0).
tag_alarm_event_id = 0
# Use custom notification sound (default: 0).
use_custom_notification_sound = 0
[domoticz]
# Set Idx of Camera Motion Dummy (default: 0)
# MQTT Message will contain Camera Name from Zoneminder in svalue
domoticz_dummy = 0