From ccf70b63ad396357cd235c815d25dbbf9fbd8cfe Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 7 Aug 2024 21:36:08 +0200 Subject: [PATCH] Monitor archerc7.bcn and router4g.bcn --- .../puppet/site/nagios.h1.int.pdp7.net.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp index c90dd2b..5e369ff 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -30,6 +30,20 @@ node 'nagios.h1.int.pdp7.net' { check_command => 'check-host-alive', } + nagios_host {"archerc7.bcn.int.pdp7.net": + use => 'generic-host', + max_check_attempts => 5, + contact_groups => 'admins', + check_command => 'check-host-alive', + } + + nagios_host {"router4g.bcn.int.pdp7.net": + use => 'generic-host', + max_check_attempts => 5, + contact_groups => 'admins', + check_command => 'check-host-alive', + } + nagios_service {'alex.corcoles.net-gemini-cert': use => 'generic-service', service_description => 'alex.corcoles.net-gemini-cert', -- 2.47.3