Rename check_command to new name, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-02-06 16:06:16 +01:00
parent 1d5359e299
commit 5fc39662b3
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -226,7 +226,7 @@ class eid::nagios_monitor {
}
nagioscfg::service {'proxy_eidas_metadata_cache_age':
hostgroup_name => ['eid::proxy'],
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache',
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache_age',
description => 'proxy eidas metadata cache age',
contact_groups => ['alerts']
}