From: alex Date: Wed, 7 Aug 2024 19:36:08 +0000 (+0200) Subject: Monitor archerc7.bcn and router4g.bcn X-Git-Tag: 20241020-emacs~98 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=ccf70b63ad396357cd235c815d25dbbf9fbd8cfe;p=alex.git Monitor archerc7.bcn and router4g.bcn --- 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',