From f8bf2e26d41d74a356c9f923548b9733e0e6a98f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 28 Aug 2017 14:40:55 +0200 Subject: [PATCH] run every 2 hours instead of hourly --- modules/hardware/manifests/raid/proliant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 39e37d3ef..f877cf5b8 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -32,7 +32,7 @@ class hardware::raid::proliant { target => '/etc/cron.d/puppet-nagios-wraps', order => '020', content => @(EOF) - 27 * * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli + 27 */2 * * * root sleep $(( $RANDOM \% 900 )); dsa-wrap-nagios-check dsa-check-hpssacli | EOF } } -- 2.20.1