Add monitor class for custom checks

This commit is contained in:
Patrik Holmqvist 2025-02-12 08:31:51 +01:00
parent cb87987dad
commit b97e6fba37
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273
2 changed files with 11 additions and 0 deletions

View file

@ -56,6 +56,7 @@ metrics-cd-test-1.sunet.se:
monitornetops-sto1-prod-1.sunet.se:
sunet::dockerhost2:
net::naemon_monitor_config:
sunet::naemon_monitor:
domain: monitor-netops.sunet.se
naemon_tag: v2024-03-05-01

View file

@ -0,0 +1,10 @@
# This class is used to define custom checks for hosts or groups of hosts
class net::neamon_monitor_config {
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']
}
}