From 31ee5351ee7aeb8f90d147492d67c8beac99ccb5 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Thu, 29 Jun 2023 14:54:35 +0200 Subject: [PATCH] fixed warning age, wrong value in previous commit --- 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 fd63f427..3fa3fac8 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 => '108000', + warning_age => '1800', critical_age => '86400' } sunet::misc::ufw_allow { "allow_ssh":