summaryrefslogtreecommitdiff
path: root/gogios.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-17 19:47:08 +0300
committerPaul Buetow <paul@buetow.org>2023-04-17 19:47:08 +0300
commitf7456fded178b85637c82255e9c3178817f5fa68 (patch)
tree78d4a0e2d03793f3a1ce5ae6a14fa7684b59b598 /gogios.json
parente96f62acfd73d1c6b9a540927ada2ac8c81cffc1 (diff)
initial version
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"]
+ }
+ ]
+}