-
Notifications
You must be signed in to change notification settings - Fork 44
/
deadman.conf
62 lines (51 loc) · 1.25 KB
/
deadman.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
#
# deadman config
#
googleDNS 8.8.8.8
quad9 9.9.9.9
mroot 202.12.27.33
kame 210.155.141.200
---
mroot6 2001:dc3::35
kame6 2001:2f0:0:8800::1:1
#
# ping via ssh relay host.
#
# Syntax
# Name Address relay=SSHHOST os=Linux user=USER key=RSAKEYPATH
#
# In order to use ssh-relay, "relay" attribute must be specified.
# if "os" is not specified, same OS name running the daedman is used.
#google-via-ssh 173.194.117.176 relay=X.X.X.X os=Linux
#
# ping via snmpping (SNMPv2). See RFC4560.
#
# Syntax
# Name Address relay=SNMPHOST via=snmp community=COMMUNITY
#
#googleDNS-via-snmp 8.8.8.8 relay=X.X.X.X via=snmp community=public
#
# ping via network namespace (Linux only).
# Note: root privilege is required to exec anything on netns
#
# Syntax
# Name Address relay=NETNSNAME via=netns
#
#googleDNS-via-netns 8.8.8.8 relay=netns1 via=netns
#
# ping via vrf (Linux only).
# Note: root privilege is required to exec anything on vrf
#
# Syntax
# Name Address relay=VRFNAME via=vrf
#
#googleDNS-via-vrf 8.8.8.8 relay=vrf1 via=vrf
#
# tcp based ping (Linux only).
# Note: root privilege is required to manipulate raw-socket
# Note: tested with only linux, but macOS can be work.
#
# Syntax
# Name Address tcp=dstport:80
#
#wide-tcp80 203.178.136.59 tcp=dstport:80