summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-22 21:18:54 +0300
committerPaul Buetow <paul@buetow.org>2023-07-22 21:18:54 +0300
commitb74a145f181672c47f774465308a052cf630d038 (patch)
tree0c6a288376f14c6a0d2e1013abf01a0dda36aa79
parent93cb496c74111c4b80ff86d5e3eb9af4382d8ab6 (diff)
add vault to monitoring
-rw-r--r--frontends/etc/gogios.json.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index d306f03..115b9b4 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -45,7 +45,7 @@
<% } -%>
<% } -%>
<% } -%>
- <% for my $host (qw(cloud anki bag babylon5)) { -%>
+ <% for my $host (qw(cloud anki bag vault babylon5)) { -%>
"Check TLS Certificate <%= $host %>.buetow.org": {
"Plugin": "<%= $plugin_dir %>/check_http",
"Args": ["--sni", "-H", "<%= $host %>.buetow.org", "-C", "20" ],
@@ -78,7 +78,7 @@
},
<% } -%>
<% } -%>
- <% for my $nrpe_check (qw(load users disk zombie_procs total_procs backup_wallabag backup_nextcloud backup_anki)) { %>
+ <% for my $nrpe_check (qw(load users disk zombie_procs total_procs backup_wallabag backup_vaultwarden backup_nextcloud backup_anki)) { %>
"Check NRPE <%= $nrpe_check %> babylon5.buetow.org": {
"Plugin": "<%= $plugin_dir %>/check_nrpe",
"Args": ["-H", "babylon5.buetow.org", "-c", "check_<%= $nrpe_check %>", "-p", "5666", "-4"],