diff options
Diffstat (limited to 'personal_infra/puppet/site')
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 4 |
1 files changed, 2 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 71f5d83d..1af32614 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -18,7 +18,7 @@ node 'nagios.h1.int.pdp7.net' { nagios_host {"archerc7.bcn.int.pdp7.net": use => 'generic-host', - max_check_attempts => 10, + max_check_attempts => 20, contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], @@ -26,7 +26,7 @@ node 'nagios.h1.int.pdp7.net' { nagios_host {"router4g.bcn.int.pdp7.net": use => 'generic-host', - max_check_attempts => 10, + max_check_attempts => 20, contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], |
