summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-22 23:21:17 +0300
committerPaul Buetow <paul@buetow.org>2023-04-22 23:21:17 +0300
commit46e778abf68d5761a2833033d41cd4d5d81f3a6b (patch)
tree1e22e1c4df839ea3c463962e0553f6a2b080051a
parent17e09c04f3b83219561800d5c5ba95f6718b060c (diff)
add checks
-rw-r--r--frontends/etc/gogios.json.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 2a9bd80..b1254d4 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -47,6 +47,10 @@
<% } -%>
<% for my $host (qw(fishfinger blowfish)) { %>
<% for my $proto (4, 6) { -%>
+ "Check Dig <%= $host %>.buetow.org IPv<%= $proto %>": {
+ "Plugin": "/usr/local/libexec/nagios/check_dig",
+ "Args": ["-H", "<%= $host %>.buetow.org", "-l", "buetow.org", "-<%= $proto %>"]
+ },
"Check SMTP <%= $host %>.buetow.org IPv<%= $proto %>": {
"Plugin": "/usr/local/libexec/nagios/check_smtp",
"Args": ["-H", "<%= $host %>.buetow.org", "-<%= $proto %>"]