Add monitor class for custom checks
This commit is contained in:
parent
cb87987dad
commit
b97e6fba37
2 changed files with 11 additions and 0 deletions
global/overlay/etc/puppet
|
@ -56,6 +56,7 @@ metrics-cd-test-1.sunet.se:
|
||||||
|
|
||||||
monitornetops-sto1-prod-1.sunet.se:
|
monitornetops-sto1-prod-1.sunet.se:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
|
net::naemon_monitor_config:
|
||||||
sunet::naemon_monitor:
|
sunet::naemon_monitor:
|
||||||
domain: monitor-netops.sunet.se
|
domain: monitor-netops.sunet.se
|
||||||
naemon_tag: v2024-03-05-01
|
naemon_tag: v2024-03-05-01
|
||||||
|
|
|
@ -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']
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue