Added using cronic for poller-wrapper, this will now allow email alerts from cron

This commit is contained in:
laf
2015-07-07 21:04:39 +01:00
parent 07ffef960d
commit 4c3a6b5ff2
3 changed files with 50 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/poller-wrapper.py 16 >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15 0 * * * librenms sh /opt/librenms/daily.sh >> /dev/null 2>&1
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1