openbsd-ports/net/librenms/patches/patch-librenms_nonroot_cron
sthen cb9e9780cd update to librenms-1.28, many nice improvements including:
- major overhaul of wireless sensors
- faster page/graph generation
- lots of additional device support as usual
2017-05-30 21:05:44 +00:00

22 lines
1.3 KiB
Plaintext

$OpenBSD: patch-librenms_nonroot_cron,v 1.7 2017/05/30 21:05:44 sthen Exp $
Index: librenms.nonroot.cron
--- librenms.nonroot.cron.orig
+++ librenms.nonroot.cron
@@ -1,10 +1,10 @@
# Using this cron file requires an additional user on your system, please see install docs.
-33 */6 * * * librenms /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
-*/5 * * * * librenms /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
-*/5 * * * * librenms /var/www/librenms/cronic /var/www/librenms/poller-wrapper.py 16
-15 0 * * * librenms /var/www/librenms/daily.sh >> /dev/null 2>&1
-* * * * * librenms /var/www/librenms/alerts.php >> /dev/null 2>&1
+33 */6 * * * _librenms /var/www/librenms/discovery.php -h all >> /dev/null 2>&1
+*/5 * * * * _librenms /var/www/librenms/discovery.php -h new >> /dev/null 2>&1
+*/5 * * * * _librenms /var/www/librenms/poller-wrapper.py 16
+15 0 * * * _librenms sh /var/www/librenms/daily.sh >> /dev/null 2>&1
+* * * * * _librenms /var/www/librenms/alerts.php >> /dev/null 2>&1
*/5 * * * * librenms /var/www/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * librenms /var/www/librenms/billing-calculate.php >> /dev/null 2>&1
*/5 * * * * librenms /var/www/librenms/check-services.php >> /dev/null 2>&1