From 5c1522760d3eedb9607f0f86d6d84e18252c118f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 18 Aug 2026 23:33:37 +0200 Subject: Set up new access points/mesh --- personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp') 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 23d4e29e..e394ebf9 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -16,14 +16,24 @@ node 'nagios.h1.int.pdp7.net' { } } - nagios_host {"archerc7.bcn.int.pdp7.net": + nagios_host {"tp-estudio.bcn.int.pdp7.net": use => 'generic-host', max_check_attempts => 20, flap_detection_enabled => 0, contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], - address => "10.76.78.6", + address => "10.76.78.4", + } + + nagios_host {"tp-comedor.bcn.int.pdp7.net": + use => 'generic-host', + max_check_attempts => 20, + flap_detection_enabled => 0, + contact_groups => 'admins', + check_command => 'check-host-alive', + parents => ["dixie.bcn.int.pdp7.net"], + address => "10.76.78.5", } nagios_host {"router4g.bcn.int.pdp7.net": -- cgit v1.2.3