aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp10
1 files changed, 8 insertions, 2 deletions
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 1889e1f2..c90dd2b2 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',
}