diff options
| author | alex <alex@pdp7.net> | 2025-12-22 18:51:40 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-12-22 17:52:26 +0000 |
| commit | 8050f02cc6a0bd1055d5623820b2a8d7b9876f96 (patch) | |
| tree | e0a07ece9872ae179bd21de5bd47d83b5ce4a7c9 | |
| parent | 5ce15426f22466f24bdf3c6ec14c8f1e1ffe8f62 (diff) | |
Add dependencies
| -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 d27b710b..53362974 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -21,6 +21,7 @@ node 'nagios.h1.int.pdp7.net' { max_check_attempts => 5, contact_groups => 'admins', check_command => 'check-host-alive', + parents => ["dixie.bcn.int.pdp7.net"], } nagios_host {"router4g.bcn.int.pdp7.net": @@ -28,6 +29,7 @@ node 'nagios.h1.int.pdp7.net' { max_check_attempts => 5, contact_groups => 'admins', check_command => 'check-host-alive', + parents => ["dixie.bcn.int.pdp7.net"], } nagios_service {'alex.corcoles.net-gemini-cert': |
