removed monitoring of old proxy metadata files

This commit is contained in:
Maria Haider 2024-05-31 13:34:38 +02:00
parent 0b8094387c
commit 46d9e4cde6
Signed by: mariah
GPG key ID: 7414A760CA747E57
2 changed files with 0 additions and 22 deletions

View file

@ -309,16 +309,6 @@ class mdsl_publisher() {
} }
class proxy_eidas_metadata() { 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": sunet::nagios::nrpe_check_fileage {"proxy_eidas_metadata_cache":
filename => "/etc/eidas-proxy/se/ps-mdcache/metadata-cache.xml", filename => "/etc/eidas-proxy/se/ps-mdcache/metadata-cache.xml",
warning_age => '600', warning_age => '600',

View file

@ -218,18 +218,6 @@ class eid::nagios_monitor {
description => 'mdsl se age', description => 'mdsl se age',
contact_groups => ['alerts'] 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': nagioscfg::service {'proxy_eidas_metadata_cache':
hostgroup_name => ['proxy_eidas_metadata'], hostgroup_name => ['proxy_eidas_metadata'],
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache', check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache',