mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
./discovery.php --even &
|
./discovery.php -h even &
|
||||||
./discovery.php --odd &
|
./discovery.php -h odd &
|
||||||
./update-interface.php
|
|
||||||
./discover-cdp.php
|
|
||||||
./cleanup.php
|
|
||||||
./generate-map.sh
|
./generate-map.sh
|
||||||
./check-errors.php
|
./check-errors.php
|
||||||
./versioncheck.php --cron
|
./versioncheck.php --cron
|
||||||
|
|||||||
@@ -1,15 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/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 -h all >> /var/log/observer.log &
|
||||||
#./poll-device.php --even >> /var/log/observer.log &
|
|
||||||
|
|
||||||
#./poll-device.php --odd3 >> /var/log/observer.log &
|
#./poll-device.php -h odd >> /var/log/observer.log &
|
||||||
#./poll-device.php --even3 >> /var/log/observer.log &
|
#./poll-device.php -h even >> /var/log/observer.log &
|
||||||
#./poll-device.php --other3 >> /var/log/observer.log &
|
|
||||||
|
|
||||||
./poll-mac_accounting.php >> /var/log/observer.log
|
|
||||||
./check-services.php
|
|
||||||
#./alerts.php
|
#./alerts.php
|
||||||
./poll-billing.php
|
./poll-billing.php
|
||||||
|
|||||||
Reference in New Issue
Block a user