Try moving the config

This commit is contained in:
Patrik Holmqvist 2025-01-17 15:15:17 +01:00
parent 30fa8ff455
commit c7b80fc8e4
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -18,11 +18,12 @@ class net::nrpe {
'nrpe_check_var',
'nrpe_check_zombie_procs',
]
}
nagioscfg::service {'check_baas2-restore-status':
host_name => ['baas2-restoretest-prod-1.sunet.se'],
check_command => "check_command => 'check_nrpe_1arg!check_baas2-restore-status',",
description => 'Validates that baas2 restores are working as intended',
contact_groups => ['alerts']
nagioscfg::service {'check_baas2-restore-status':
host_name => ['baas2-restoretest-prod-1.sunet.se'],
check_command => "check_command => 'check_nrpe_1arg!check_baas2-restore-status',",
description => 'Validates that baas2 restores are working as intended',
contact_groups => ['alerts']
}
}
}