diff options
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 14 |
1 files changed, 14 insertions, 0 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 c90dd2b2..5e369ffa 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', |
