forked from pi-hole/PADD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
padd.config
41 lines (34 loc) · 1.07 KB
/
padd.config
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
# This file contains the configuration for the padd.sh script to
# communicate with an Domotics installation
# It will read from the padd.sh script that needs to be places in the
# same folder.
# Settings for Domoticz
#Hostname of the server fx dzhost="192.168.1.3:8080" # Leave hostname "" for stay offline
dzhost="192.168.1.3:82" # Leave hostname "" for stay offline
#idx for download, upload and ping etc
idxcpu=30 #IDX for the CPU load meter
idxtmp=25 #IDX for the Temperature meter
idxvpn=44 #IDX for the VPN connection count meter
idxssh=45 #IDX for the SSH connection count meter
idxdisk=60 #IDX for the DISK space meter
# Setting for Alarms
alarm1t="PI2 Ping:"
alarm1f="checkpi.rdispi2.hasalarm"
alarm1c="[-]"
alarm1r="-"
alarm1e="FAILED"
alarm2t="PI2 Web:"
alarm2f="checkdomoticz.rdispi2.hasalarm"
alarm2c="[-]"
alarm2r="-"
alarm2e="FAILED"
alarm3t="PI3 Ping:"
alarm3f="checkpi.rdispi3.hasalarm"
alarm3c="[-]"
alarm3r="-"
alarm3e="FAILED"
alarm4t="NoMails:"
alarm4f="checkpi.nomail"
alarm4c="[-]"
alarm4r="-"
alarm4e="FAILED"