diff options
| author | alex <alex@pdp7.net> | 2025-12-27 12:45:41 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-12-27 12:46:38 +0100 |
| commit | 65206cd4689ed7798986a90fc093c3c3e663b5c4 (patch) | |
| tree | 5b93ffc82bb9239223a7e3a648384349bd6c2029 | |
| parent | 2f83b56b917accdfb7419ab11c7412309cfbe48a (diff) | |
Try to make archerc7.bcn and router4g.bcn less noisy
| -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 53362974..71f5d83d 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 => 5, + max_check_attempts => 10, 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 => 5, + max_check_attempts => 10, contact_groups => 'admins', check_command => 'check-host-alive', parents => ["dixie.bcn.int.pdp7.net"], |
