aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pingu.conf')
-rw-r--r--pingu.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/pingu.conf b/pingu.conf
new file mode 100644
index 0000000..c77c6e9
--- /dev/null
+++ b/pingu.conf
@@ -0,0 +1,14 @@
+
+# comments are prefixed with #
+
+provider ISP-1
+interface eth0
+pinghost 10.2.0.3
+up-action /etc/pingu/isp1 up
+down-action /etc/pingu/isp1 down
+
+provider ISP-2
+interface eth1
+pinghost 192.168.0.1
+up-action echo "isp 2 went up" >> /var/log/isp2.log
+down-action echo "iso 2 went down" >> /var/log/isp2.log