Files
librenms-librenms/scripts/cron-hourly.sh
T

8 lines
127 B
Bash
Raw Permalink Normal View History

2007-04-03 14:10:23 +00:00
#!/bin/bash
2010-01-11 11:18:50 +00:00
./discovery.php -h even &
./discovery.php -h odd &
2008-03-12 16:21:13 +00:00
./generate-map.sh
./check-errors.php
2008-03-30 18:50:06 +00:00
./versioncheck.php --cron
2009-03-24 13:56:47 +00:00