diff options
| author | alex <alex@pdp7.net> | 2025-12-27 22:16:54 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-12-27 22:17:42 +0100 |
| commit | 450e878a7e27ea5047e4b73b234d694e7cc05c52 (patch) | |
| tree | 70dfb9466cf9bf2967d0168ddddbd479cad7c857 | |
| parent | d7b7e53ddf55ccdb5e07440a0afdba473e81c080 (diff) | |
Be more aggressive silencing bcn monitoring issues
| -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"], |
