new nrpe check
This commit is contained in:
parent
a8458a3d37
commit
51c2e85eb7
1 changed files with 6 additions and 0 deletions
|
@ -230,6 +230,12 @@ class eid::nagios_monitor {
|
|||
description => 'proxy eidas metadata list age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'proxy_eidas_metadata_cache':
|
||||
hostgroup_name => ['proxy_eidas_metadata'],
|
||||
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