Files
librenms/cron-hourly.sh
T
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