From: Alex Dehnert Date: Mon, 27 Sep 2021 02:59:27 +0000 (-0400) Subject: xidi: Add xidi (adehnert-pi4) monitoring X-Git-Url: https://www.dehnerts.com/gitweb/?a=commitdiff_plain;h=bbda67544c7d01ed990b54c9b06bc83856cca62e;p=sysconfig%2Fnagios3.git xidi: Add xidi (adehnert-pi4) monitoring --- diff --git a/local.d/adehnert-host.cfg b/local.d/adehnert-host.cfg index 00fed6f..47be1be 100644 --- a/local.d/adehnert-host.cfg +++ b/local.d/adehnert-host.cfg @@ -14,7 +14,7 @@ define hostgroup { define hostgroup { hostgroup_name adehnert-minions members bots,roost-api - members virunga,wieliczka + members virunga,wieliczka,xidi } define service { @@ -46,6 +46,7 @@ define service { define service { use adehnert-service hostgroup_name adehnert-hosts + host_name !xidi service_description PING check_command check_ping!500.0,30%!3000.0,80% } diff --git a/local.d/xidi.cfg b/local.d/xidi.cfg new file mode 100644 index 0000000..ff8fd72 --- /dev/null +++ b/local.d/xidi.cfg @@ -0,0 +1,7 @@ +define host{ + use adehnert-host ; Name of host template to use + host_name xidi + address duck-dacha.dehnerts.com + # Unpingable, so check using ssh instead + check_command check_ssh +}