From 3e177f199af04a5109b903dfa4b50d8558e743c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Sep 2015 14:19:24 -0300 Subject: Fix ifcheck cron output --- manifests/subsystem/monitor/interface.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystem/monitor/interface.pp b/manifests/subsystem/monitor/interface.pp index 102f5b2..4f0ec61 100644 --- a/manifests/subsystem/monitor/interface.pp +++ b/manifests/subsystem/monitor/interface.pp @@ -5,7 +5,7 @@ define nodo::subsystem::monitor::interface( ) { cron { "ifcheck-${name}": - command => "/usr/local/sbin/ifcheck ${name}", + command => "/usr/local/sbin/ifcheck ${name} &> /dev/null", user => 'root', hour => $hour, minute => $minute, -- cgit v1.2.3