librenms/cron-hourly.sh
Adam Amstrong d9af2c6a73 updates
git-svn-id: http://www.observium.org/svn/observer/trunk@372 61d68cd4-352d-0410-923a-c4978735b2b8
2009-03-24 13:56:47 +00:00

12 lines
233 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
./mac-accounting.sh && ./discover-macaccounting.php