diff options
| author | alex <alex@pdp7.net> | 2025-12-22 18:51:30 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-12-22 17:52:26 +0000 |
| commit | 5ce15426f22466f24bdf3c6ec14c8f1e1ffe8f62 (patch) | |
| tree | 6b294c95b7e5501a748e06607fd7df8d9067975d | |
| parent | 01f47759886c7227667f06115d374caab336959a (diff) | |
Remove misbehaving hosts
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 14 |
1 files changed, 0 insertions, 14 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 5e369ffa..d27b710b 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -16,20 +16,6 @@ node 'nagios.h1.int.pdp7.net' { } } - nagios_host {"shellyplusplugs-b0b21c1329b4.mad.int.pdp7.net": - use => 'generic-host', - max_check_attempts => 5, - contact_groups => 'admins', - check_command => 'check-host-alive', - } - - nagios_host {"shellyhtg3-54320453c804.mad.int.pdp7.net": - use => 'generic-host', - max_check_attempts => 5, - contact_groups => 'admins', - check_command => 'check-host-alive', - } - nagios_host {"archerc7.bcn.int.pdp7.net": use => 'generic-host', max_check_attempts => 5, |
