-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpydirectord.conf
77 lines (69 loc) · 1.44 KB
/
pydirectord.conf
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
[global]
[DEFAULT]
checkinterval=2
negotiatetimeout=5
[HTTP IPv4]
host=192.168.178.2
port=80
protocol=tcp
checktype=negotiate
service=http
request=check.php
receive=Running
real=["10.150.253.10:80 gate","10.150.253.11:80 gate","10.150.253.20:80 gate"]
fallback=127.0.0.1:80 gate
[HTTPS IPv4]
host=192.168.178.2
port=443
protocol=tcp
checktype=negotiate
service=https
request=check.php
receive=Running
hostname=web3.olydorf.mhn.de
real=["10.150.253.10:443 gate","10.150.253.11:443 gate","10.150.253.20:443 gate"]
fallback=127.0.0.1:443 gate
[MySQL IPv4]
host=192.168.178.2
port=3306
protocol=tcp
checktype=negotiate
service=mysql
login=pydirectord
passwd=password
database=pydirectord
request=SELECT * FROM connectioncheck
real=["10.150.253.14:3306 gate","10.150.253.15:3306 gate","10.150.253.23:3306 gate"]
[PostgreSQL IPv4]
host=192.168.178.2
port=5432
protocol=tcp
checktype=negotiate
service=pgsql
login=pydirectord
passwd=password
database=pydirectord
request=SELECT * FROM connectioncheck
real=["10.150.253.31:5432 gate"]
[SMTP IPv4]
host=192.168.178.2
port=25
protocol=tcp
checktype=negotiate
service=smtp
real=["10.150.253.8:25 gate","10.150.253.9:25 gate"]
[IMAP IPv4]
host=192.168.178.2
port=143
protocol=tcp
checktype=negotiate
service=imap
real=["10.150.253.8:143 gate","10.150.253.9:143 gate"]
[IMAPS IPv4]
host=192.168.178.2
port=993
protocol=tcp
checktype=negotiate
hostname=mx.olynet.eu
service=imaps
real=["10.150.253.8:993 gate","10.150.253.9:993 gate"]