Quantcast
Channel:  RPi-Experiences
Viewing all articles
Browse latest Browse all 30

RPi-Monitor: Version 2.5.1 is available

$
0
0
Note: A new version of RPi-Monitor is available: Version 2.6.
All the details about the latest version of Rpi-Monitor are in RPi-Monitor overview

The version 2.5.1 of RPi-Monitor has been released (replacing the version 2.5 due to issue #22).

If you don't know yet what RPI-Monitor do, have a look to RPi-Monitor Overview.

Photo from Flickr by todbot AttributionNoncommercial cc-by-nc 

What's new in this version?
Some users have pushed their Raspberry Pi to its limits and found some side effect in RPi-Monitor. This version comes with improvement to fix such side effects. Thanks to allo the contributoirs which help me to improve RPi-Monitor.

Here is the changelog of version 2.5.1:

  • Update rrd graph with unkown data if fetched information is not a valid number
  • Fix issue #22 : empty.rrd file not properly generated

And changelog of version 2.5:
  • Fix issue #16: (v2.4) Network Graph displaying Bytes/s not in bits/s (wrong Legend) (From deMattin)
  • Update configuration to be compatible with NOOBS as proposed in issue #17 (From deMattin)
  • Implement modification for small screen proposed in issue #18 (From deMattin)
  • Change footer to better fit with small screens
  • Implement pull request #20: Counting buffers and cache as available memory (From Harbulot)
  • Add the possibility to set Min and Max values for rrd graphs in configuration file (issue #19 #21)


Installation

Download it from the official repository in Github:
    sudo wget http://goo.gl/yv46v3 -O rpimonitor_2.5.1-1_all.deb

Install the dependencies by executing the following command (be careful, the file in red is a new dependency):
    sudo apt-get install librrds-perl libhttp-daemon-perl libjson-perl libipc-sharelite-perl

Installation or upgrade can be done with the command:
    sudo dpkg -i rpimonitor_2.5.1-1_all.deb


Upgrade

If you are doing an upgrade and want to remove the strange peak you may see in network graphs, you should adjust the min and max values of RRD database storing network information.
This can be done with the two following commands:

rrdtool tune /usr/share/rpimonitor/web/stat/net_received.rrd -a net_received:0 
rrdtool tune /usr/share/rpimonitor/web/stat/net_send.rrd -i net_send:0

Customization

RPi-Monitor is fully configurable so if the displayed information doesn't match you need, customize it.
Everything display in status pages or in statistics pages can be modified, tuned and customized to your needs.

To see how to customize it, use the command
    man rpimonitord
and
    man rpimonitord.conf

Man pages are also available in the wiki.

You will find some examples of customization in RPi-Monitor articles.


Usage

Once RPi-Monitor is configured as you wished, browse http://RPiIpAddress:8888/ to access to the web interface.

Note: The graphs rendering may have strange behavior on Google-Chrome on Windows while it works fine on Linux. Internet Explorer is even not able to display statistics, it is then advised to use Firefox on Windows or better... switch to Linux! ;-). 

Viewing all articles
Browse latest Browse all 30

Trending Articles