From: alex Date: Tue, 30 Jul 2024 19:25:25 +0000 (+0200) Subject: Swap IoT devices X-Git-Tag: 20241020-emacs~103 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=3f0ec4506b01cc00621dabff35b7498e4149670e;p=alex.git Swap IoT devices --- 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 1889e1f..c90dd2b 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -16,11 +16,17 @@ node 'nagios.h1.int.pdp7.net' { } } - nagios_host {"ac.mad.int.pdp7.net": + nagios_host {"shellyplusplugs-b0b21c1329b4.mad.int.pdp7.net": + use => 'generic-host', + max_check_attempts => 5, + contact_groups => 'admins', + check_command => 'check-host-alive', + } + + nagios_host {"shellyhtg3-54320453c804.mad.int.pdp7.net": use => 'generic-host', max_check_attempts => 5, contact_groups => 'admins', - hostgroups => 'k8s', check_command => 'check-host-alive', }