What am I missing here with 95.pl for 95th percentile on MRTG?

Hello,

I have no problem installing MRTG.
What I do have problem is installing 95.pl and have 95th calculation displayed on MRTG graph.

These are the steps:
--------------------------
1. download Patch for mrtg-2.9.10 and 95.pl
2. pico 95.pl and set $basedir= "/home/mrtg" and $snapshots= "/home/mrtg/snapshots"
2. upload 95.pl to /home/mrtg/cfg/95.pl
3. pico mrtg-2.9.10_95pct_patch and set $VERSION = "2.9.17";
4. upload it in /usr/local/mrtg-2/bin/mrtg-2.9.10_95pct_patch
5. execute " patch <mrtg-2.9.10_95pct_patch "
6. pico /etc/crontab and add

--------
*/5 * * * * root /usr/local/mrtg-2/bin/mrtg /home/mrtg/cfg/mrtg.cfg --logging /v
ar/log/mrtg.log
*/5 * * * * root /home/mrtg /home/mrtg/cfg/mrtg.cfg
*/5 * * * * root /home/mrtg/cfg/95.pl
---------
7. Execute /usr/local/mrtg-2/bin/mrtg /home/mrtg/cfg/mrtg.cfg and /home/mrtg/cfg/95.pl again to make sure.
8. Wait 24/48 hours.
-----------------------------------

Could you take a look at the above steps (instruction) to see what I am missing?

The problem I am trying to solve is the have the 95th calculation displayed on the MRTG graph.

 

 

 

 

Top