Files
librenms-librenms/cron-hourly.sh
Adam Amstrong 9ca765c285 Lots of additions.
git-svn-id: http://www.observium.org/svn/observer/trunk@108 61d68cd4-352d-0410-923a-c4978735b2b8
2007-06-24 14:56:47 +00:00

14 lines
266 B
Bash
Executable File

#!/bin/bash
./discover-cdp.php
./discover-ifs.php
./discover-nets.php
./ips.php
./discover-storage.php &
./cleanup.php
./discover-temperatures.php &
./generate-map.sh &
./discover-cisco-temp.php &
./discover-vlans.php &
./update-interface.php &
./check-errors.php &