librenms/cron-hourly.sh
Adam Amstrong 1b8525c11e Prettifying
git-svn-id: http://www.observium.org/svn/observer/trunk@211 61d68cd4-352d-0410-923a-c4978735b2b8
2008-03-30 18:50:06 +00:00

10 lines
180 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