CumulusUtils: Difference between revisions

327 bytes removed ,  09:34, 16 September 2021
m
no edit summary
mNo edit summary
Line 101: Line 101:
'''NOTE: You may disable some fields later when you are more acquainted with the system. Disabling tables and field can be especially useful when you are worried about size of transfer and provider limits.'''
'''NOTE: You may disable some fields later when you are more acquainted with the system. Disabling tables and field can be especially useful when you are worried about size of transfer and provider limits.'''


If you start using the ''ChartsCompiler'', you may need the ''UserAskedData'' command to CumulusUtils. See the [[ChartsCompiler]].
If you start using the ''ChartsCompiler'', you may need the ''[[UserAskedData]]'' command to CumulusUtils. See the [[ChartsCompiler]].


You may want to read about and understand the [[Website_Generator#CumulusRealTimeLocation|''CumulusRealTimeLocation'']]
You may want to read about and understand the [[Website_Generator#CumulusRealTimeLocation|''CumulusRealTimeLocation'']]
Line 110: Line 110:
Reruns for changes of data are typically once  per day, just after rollover time. In that sense it is like running a new query.
Reruns for changes of data are typically once  per day, just after rollover time. In that sense it is like running a new query.


There are some exceptions to the daily rule: Sysinfo and UserAskedData
There are some exceptions to the daily rule: Sysinfo and [[UserAskedData]]
#Sysinfo: a rerun with Sysinfo is required when you wish to update the system information which can be a requirement from every 10 minutes to once per day
#Sysinfo: a rerun with Sysinfo is required when you wish to update the system information which can be a requirement from every 10 minutes to once per day
#UserAskedData: provides data for charts which are otherwise not available. Again this is at a user desired frequency which is recommended to be the FTP frequency defined in Cumulus.ini (parameter ''UpdateInterval'' in section [FTP site])
#[[UserAskedData]]: provides data for charts which are otherwise not available. Again this is at a user desired frequency which is recommended to be the FTP frequency defined in Cumulus.ini (parameter ''UpdateInterval'' in section [FTP site])


==== RPi: Using crontab ====
==== RPi: Using crontab ====
Line 118: Line 118:


   15 1 * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe thrifty website
   15 1 * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe thrifty website
    
   9-59/10 * * * * cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData 09 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  09 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  19 * * * *   cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  29 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  39 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  49 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
  59 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData
 
   0 9 * * *    /home/cumubackup.sh > cumubackup.log 2>&1
   0 9 * * *    /home/cumubackup.sh > cumubackup.log 2>&1