Add metadata cache check for new proxy class, SC-2522
This commit is contained in:
parent
17b0441274
commit
aad5393fe4
1 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,12 @@ class eid::nagios_monitor {
|
|||
description => 'proxy eidas metadata cache age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'proxy_eidas_metadata_cache':
|
||||
hostgroup_name => ['eid::proxy'],
|
||||
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache',
|
||||
description => 'proxy eidas metadata cache age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'check_eidas_health':
|
||||
hostgroup_name => ['servicemonitor'],
|
||||
check_command => 'check_nrpe_1arg!check_eidas_health',
|
||||
|
|
Loading…
Add table
Reference in a new issue