Replaced homebrew config file parsing with iniparser library.
[icmpmonitor] / icmpmonitor.ini
diff --git a/icmpmonitor.ini b/icmpmonitor.ini
new file mode 100644 (file)
index 0000000..5886b33
--- /dev/null
@@ -0,0 +1,15 @@
+[kryten.subgeniuskitty.com]
+host = kryten.subgeniuskitty.com
+interval = 1
+max_delay = 10
+up_cmd = "echo UP: kryten.SGK"
+down_cmd = "echo DOWN: kryten.SGK"
+start_condition = up
+
+[talisker.subgeniuskitty.com]
+host = talisker.subgeniuskitty.com
+interval = 1
+max_delay = 10
+up_cmd = "echo UP: talisker.SGK"
+down_cmd = "echo DOWN: talisker.SGK"
+start_condition = down