aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pingu.conf')
-rw-r--r--pingu.conf22
1 files changed, 13 insertions, 9 deletions
diff --git a/pingu.conf b/pingu.conf
index 44956a5..215b25c 100644
--- a/pingu.conf
+++ b/pingu.conf
@@ -1,14 +1,18 @@
# comments are prefixed with #
-interface eth0
-provider ISP-1
-pinghost 10.2.0.3
-up-action /etc/pingu/isp1 up
-down-action /etc/pingu/isp1 down
+# global option
+interval 3
+router 10.65.67.11
interface eth1
-provider ISP-2
-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
+provider ISP-1
+up-action echo "isp 1 went up" >> /tmp/pingu.log
+down-action echo "iso 1 went down" >> /tmp/pingu.log
+
+#router 10.2.0.3
+#interface eth0
+#provider ISP-1
+#up-action /etc/pingu/isp1 up
+#down-action /etc/pingu/isp1 down
+