aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystem/monitor/interface.pp2
1 files changed, 1 insertions, 1 deletions
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,