librenms/cron-hourly.sh
Adam Amstrong 81c75b3d92 bug fixes and security fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@307 61d68cd4-352d-0410-923a-c4978735b2b8
2008-11-19 12:12:54 +00:00

10 lines
181 B
Bash
Executable File

#!/bin/bash
./discovery.php --even &
./discovery.php --odd &
./update-interface.php
#./discover-cdp.php
./cleanup.php
./generate-map.sh
./check-errors.php
./versioncheck.php --cron