Wednesday, May 22, 2013

RPi-Monitor: Version 1.3 is available

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

The version 1.3 of RPi-Monitor has been released.

If you don't know yet what RPI-Monitor do, have a look to my previous post.


What's new in this version?
  • Bugs fix related to dependencies of package v1.2.
  • Added package status improvement.
  • Improve embedded server to work with a secure reverse proxy.
  • Add governor info in CPU status
Installation
Download it from the official repository in Github:
    sudo wget http://goo.gl/YQCc1 -O rpimonitor_1.3-1_all.deb

Install the dependencies by executing the following command:
    sudo apt-get install librrds-perl libhttp-daemon-perl

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

Usage
Browse your http://RPiIpAddress:8888/.

About packages update improvement
Package status as been improved. You can decide to use or not this feature by updating the default file in /etc/default/rpimonitor

After installation, it is required to execute the following commands:
    sudo apt-get update
    sudo service rpimonitor update

Stay tuned ;-)
In next post we will see how to configure a reverse proxy with nginx and how to activate shellinabox.

3 comments :

  1. Nice Work!

    Is there a possibility to monitor wlan0 instead of eth0?

    Greeting from Germany,
    Nermin

    ReplyDelete
    Replies
    1. Yes and it is very easy: Replace eth0 by wlan0 in file /etc/rpimonitord.conf and restart RPi-Monitor and you are done.

      Delete
    2. Sometimes the solutions can be sooooo simple ... THANK YOU.

      Delete