librenms/cron.sh
Adam Amstrong da6dd950b1 fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@339 61d68cd4-352d-0410-923a-c4978735b2b8
2009-02-02 15:38:34 +00:00

10 lines
275 B
Bash
Executable File

#!/bin/bash
./poll-mac_accounting.php >> /var/log/observer.log &
./discover-bgp_peers.php >> /var/log/observer.log &
./poll-device.php --odd >> /var/log/observer.log &
./poll-device.php --even >> /var/log/observer.log &
./check-services.php
#./alerts.php
./poll-billing.php