From 3cbb1a646294715b2e302cf341d71f07096c9083 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 17 Oct 2015 21:04:29 +0000 Subject: [PATCH] Fix alignment --- librenms.cron | 2 +- librenms.nonroot.cron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/librenms.cron b/librenms.cron index b72d723f3..f5ba93740 100644 --- a/librenms.cron +++ b/librenms.cron @@ -5,4 +5,4 @@ */5 * * * * root /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16 15 0 * * * root /opt/librenms/daily.sh >> /dev/null 2>&1 * * * * * root /opt/librenms/alerts.php >> /dev/null 2>&1 -*/5 * * * * root /opt/librenms/check-services.php >> /dev/null 2>&1 +*/5 * * * * root /opt/librenms/check-services.php >> /dev/null 2>&1 diff --git a/librenms.nonroot.cron b/librenms.nonroot.cron index d3dfd72d0..5f55ad775 100644 --- a/librenms.nonroot.cron +++ b/librenms.nonroot.cron @@ -5,4 +5,4 @@ */5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16 15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1 * * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1 -*/5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1 +*/5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1