From 39b405f018833eda84c5702cf8192cda4d5cc5ae Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Thu, 29 Jun 2023 14:51:19 +0200 Subject: [PATCH] change warning for nagios check for checking aggregated metadata --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 20626f07..fd63f427 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -268,7 +268,7 @@ class md_publisher(Array $allow_clients=['any'], $keyname=undef, String $dir="/v } -> sunet::nagios::nrpe_check_fileage {"metadata_aggregate": filename => "/var/www/html/entities/index.html", # yes this is correct - warning_age => '620', + warning_age => '108000', critical_age => '86400' } sunet::misc::ufw_allow { "allow_ssh":