fix cron scripts a bit

git-svn-id: http://www.observium.org/svn/observer/trunk@667 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-01-11 11:18:50 +00:00
parent 0508ccc86c
commit 3d9fe4543d
2 changed files with 6 additions and 13 deletions

View File

@ -1,9 +1,6 @@
#!/bin/bash
./discovery.php --even &
./discovery.php --odd &
./update-interface.php
./discover-cdp.php
./cleanup.php
./discovery.php -h even &
./discovery.php -h odd &
./generate-map.sh
./check-errors.php
./versioncheck.php --cron

View File

@ -1,15 +1,11 @@
#!/bin/bash
#./discovery.php --forced >> /var/log/observer.log
#./discovery.php -h forced >> /var/log/observer.log &
./poll-device.php --all >> /var/log/observer.log &
#./poll-device.php --even >> /var/log/observer.log &
./poll-device.php -h all >> /var/log/observer.log &
#./poll-device.php --odd3 >> /var/log/observer.log &
#./poll-device.php --even3 >> /var/log/observer.log &
#./poll-device.php --other3 >> /var/log/observer.log &
#./poll-device.php -h odd >> /var/log/observer.log &
#./poll-device.php -h even >> /var/log/observer.log &
./poll-mac_accounting.php >> /var/log/observer.log
./check-services.php
#./alerts.php
./poll-billing.php