Files
librenms-librenms/librenms.cron
Tyler Christiansen 2e56ae9e38 Merge branch 'master' into wrapper
Conflicts:
	config.php.default
	librenms.cron
2013-11-03 22:30:10 -08:00

5 lines
306 B
Plaintext

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