aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.conf
blob: 51c75733487a5eb3d398ba909e8e8cc3a8b9f0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# comments are prefixed with #

# global option
interval	1
retry		3
timeout		1.0

host 		10.65.67.11
name		ISP-1
interface	eth1
timeout		0.3
retry		2
up-action	echo "isp 1 went up"
down-action	echo "iso 1 went down"

#host		10.2.0.3
#name		ISP-2
#interface	eth0
#up-action	/etc/pingu/isp2 up
#down-action	/etc/pingu/isp2 down