Update check_baas2-restore-status check metadata

This commit is contained in:
Patrik Holmqvist 2025-03-31 16:03:51 +02:00
parent a983e38dd7
commit e45f635cba
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -4,7 +4,9 @@ class net::naemon_monitor_config {
nagioscfg::service {'check_baas2-restore-status':
host_name => ['baas2-restoretest-prod-1.sunet.se'],
check_command => "check_nrpe!check_baas2-restore-status",
description => 'Validates that baas2 restores are working as intended',
description => 'restore validation check',
action_url => 'https://wiki.sunet.se/display/sunetops/BaaS2+-+Monitoring',
notes => 'This check validates that restore from BaaS2 works as intended, see action URL for more info.',
contact_groups => ['alerts']
}
}