summaryrefslogtreecommitdiff
path: root/gogios.json
diff options
context:
space:
mode:
Diffstat (limited to 'gogios.json')
-rw-r--r--gogios.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/gogios.json b/gogios.json
new file mode 100644
index 0000000..2f2dbe0
--- /dev/null
+++ b/gogios.json
@@ -0,0 +1,17 @@
+{
+ "EmailTo": "paul",
+ "EmailFrom": "gogios@buetow.org",
+ "CheckTimeoutS": 10,
+ "Checks": [
+ {
+ "Name": "www.foo.zone HTTP IPv4",
+ "Plugin": "/usr/local/libexec/nagios/check_http",
+ "Args": ["www.foo.zone", "-4"]
+ },
+ {
+ "Name": "www.foo.zone HTTP IPv6",
+ "Plugin": "/usr/local/libexec/nagios/check_http",
+ "Args": ["www.foo.zone", "-6"]
+ }
+ ]
+}