diff options
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 2 |
1 files changed, 2 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 1af32614..728fe19f 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -19,6 +19,7 @@ node 'nagios.h1.int.pdp7.net' { nagios_host {"archerc7.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"], @@ -27,6 +28,7 @@ node 'nagios.h1.int.pdp7.net' { nagios_host {"router4g.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"], |
