Add custom check for baas2 restore
This commit is contained in:
parent
6ade057b6d
commit
30fa8ff455
1 changed files with 6 additions and 0 deletions
|
@ -19,4 +19,10 @@ class net::nrpe {
|
||||||
'nrpe_check_zombie_procs',
|
'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']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue