Note: A new version of RPi-Monitor is available: Version 2.3.
All the details about the latest version of Rpi-Monitor are in RPi-Monitor overview
The version 2.2 of RPi-Monitor has been released.
If you don't know yet what RPI-Monitor do, have a look to RPi-Monitor Overview.
Photo from Flickr cc-by-nc-sa by jacqueline-w |
What's new in this version?
This version comes with bug fix, optimization and extends the customization capabilities by adding multiple pages for status and statistics.
Here is the changelog of version 2.2:
- Add the possibility to create multiple status and statistics pages
- Add process respawner to improve reliability of rpimonitord
- Add HTML5 cache for json data to speedup page display and offload RPi
- bug fix: Embedded server won't start on 443 or 80 ports (issue #8)
- bug fix: cleanup code according to comment described in issue #7
Installation
Download it from the official repository in Github:
sudo wget http://goo.gl/miZ79 -O rpimonitor_2.2-1_all.deb
Install the dependencies by executing the following command:
sudo apt-get install librrds-perl libhttp-daemon-perl libjson-perl
Installation or upgrade can be done with the command:
sudo dpkg -i rpimonitor_2.2-1_all.deb
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.
About multiple pages
This version of RPi-Monitor introduce the notion of pages. Adding a new page can be done in configuration file by setting the parameter named <page id>.
RPi-Monitor will automatically interpret this new id and create the associated page. The new page will be accessible by a drop down menu as shown in the screenshot bellow.
RPi-Monitor showing multiple status pages |
RPi-Monitor showing multiple graph pages |
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! ;-).