From 891568423739622b72a5f65e4c41e5c9dc669351 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 18 Dec 2008 18:03:42 +0100 Subject: added pingu.conf example --- pingu.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pingu.conf 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 -- cgit v1.2.3