diff options
| author | alex <alex@pdp7.net> | 2026-08-18 23:33:37 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-08-18 23:33:37 +0200 |
| commit | 5c1522760d3eedb9607f0f86d6d84e18252c118f (patch) | |
| tree | d6f2271b830475635b42db947513dc0c1c1679dc /personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | |
| parent | 38e55d1147dd9478cd032f2828df756b5976ee5a (diff) | |
Set up new access points/mesh
Diffstat (limited to 'personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp')
| -rw-r--r-- | personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp | 14 |
1 files changed, 12 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 23d4e29e..e394ebf9 100644 --- a/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/nagios.h1.int.pdp7.net.pp @@ -16,14 +16,24 @@ node 'nagios.h1.int.pdp7.net' { } } - nagios_host {"archerc7.bcn.int.pdp7.net": + nagios_host {"tp-estudio.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"], - address => "10.76.78.6", + address => "10.76.78.4", + } + + nagios_host {"tp-comedor.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"], + address => "10.76.78.5", } nagios_host {"router4g.bcn.int.pdp7.net": |
