add cronjob file

This commit is contained in:
Tyler Christiansen
2013-10-28 01:01:08 -07:00
parent 2675487176
commit 88e69f7c7a

3
librenms.cron Normal file
View File

@@ -0,0 +1,3 @@
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.php -h all >> /dev/null 2>&1