Run statistics (for now only traffic) calculation with "statistics.sh" via crontab every 5 minutes

This commit is contained in:
marc René Schädler 2013-11-13 11:59:54 +01:00 committed by Tim Niemeyer
parent dc66cf862a
commit b44caefc96
8 changed files with 8 additions and 18 deletions

View File

@ -1,4 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,4 +1,4 @@
*/5 * * * * sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,4 +1,4 @@
*/5 * * * * sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,6 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,6 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,6 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,6 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null

View File

@ -1,6 +1,4 @@
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
*/5 * * * * sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
*/5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; sh /etc/statistics.sh; sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
#15 01 * * * rdate -s time.fu-berlin.de > /dev/null