removed monitoring of old proxy metadata files
This commit is contained in:
parent
0b8094387c
commit
46d9e4cde6
2 changed files with 0 additions and 22 deletions
|
@ -309,16 +309,6 @@ class mdsl_publisher() {
|
|||
}
|
||||
|
||||
class proxy_eidas_metadata() {
|
||||
sunet::nagios::nrpe_check_fileage {"proxy_eidas_metadata":
|
||||
filename => "/etc/eidas-proxy/se/ps-mdcache/metadata.xml",
|
||||
warning_age => '1800',
|
||||
critical_age => '172800'
|
||||
}
|
||||
sunet::nagios::nrpe_check_fileage {"proxy_eidas_metadata_list":
|
||||
filename => "/etc/eidas-proxy/se/ps-mdcache/metadataList.xml",
|
||||
warning_age => '600',
|
||||
critical_age => '172800'
|
||||
}
|
||||
sunet::nagios::nrpe_check_fileage {"proxy_eidas_metadata_cache":
|
||||
filename => "/etc/eidas-proxy/se/ps-mdcache/metadata-cache.xml",
|
||||
warning_age => '600',
|
||||
|
|
|
@ -218,18 +218,6 @@ class eid::nagios_monitor {
|
|||
description => 'mdsl se age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'proxy_eidas_metadata_age':
|
||||
hostgroup_name => ['proxy_eidas_metadata'],
|
||||
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata',
|
||||
description => 'proxy eidas metadata age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'proxy_eidas_metadata_list_age':
|
||||
hostgroup_name => ['proxy_eidas_metadata'],
|
||||
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_list',
|
||||
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue