Skip to content
NagoDede edited this page Sep 22, 2018 · 8 revisions

This MRTG-rrd version is an update of the old MRTG-rrd script. The intent of this version is to solve the problems linked to the Perl update. Modification are based on the https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799097 discussion.

It also tries to update the script to an updated version.

Origin

I use this script to present some indicators for a Raspberry Pi. As the standalone MRTG will use intensive cpu each time the script is called by the cron task, I elect to use the rrdtool and the mrtg-rrd script.

Like several MRTG scripts, it is an old code and of course not functional directly with the current Perl version. After some searches, I identified the Debian discussion and correct the problems. Now, mrtg-rrd script is available and functional.

I also did some modifications to present the results in a single column instead of two. This will increase the display of the results in a wordpress document.

Aim of the repository

The aim is simple:

  1. Share this functional version
  2. Propose the updates

What remains to do?

I would like to increase the display of the results (number of columns, use of different colors,...).

Clone this wiki locally