Changes

Jump to navigation Jump to search
77 bytes removed ,  00:14, 5 October 2015
Line 22: Line 22:  
  pip install --upgrade bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache docker-py Glances logutils
 
  pip install --upgrade bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache docker-py Glances logutils
   −
Tip : You can put this command in a cron to autoupdate [[Glances#update_glances|Glances]]
+
{{Tip box|You can autoupdate [[Glances#update_glances|Glances]] by a cron}}
    
====sme8====
 
====sme8====
Line 38: Line 38:  
===update glances===
 
===update glances===
   −
do a cron.d file
+
do a cron file
  vim /etc/cron.d/glances
+
  # vim /etc/cron.monthly/glances
and
+
and paste
  #update glances each sunday at 1AM
+
  pip install --upgrade bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache docker-py Glances logutils
MAILTO=""
  −
* 1  * * 0  root "pip install --upgrade bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb statsd pystache docker-py Glances logutils"
     −
each sunday at 1AM you will upgrade glances
+
each month glances will be updated
    
===Documentation===
 
===Documentation===

Navigation menu