Files
librenms/scripts/cron-hourly.sh
T
2009-07-31 10:53:54 +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