Search found 3 matches

by fozzy99999
Wed Feb 25, 2009 12:53 pm
Forum: Plugin: (Network Weather Map)
Topic: [SOLVED] Scale Problem
Replies: 16
Views: 11730

Well as soon as I posted this I figured it out.

I updated Weathermap.class.php to increase the maximum to 400

function ColourFromPercent

From
if ($percent > 100)
to
if ($percent > 400)

There are a couple of instances I changed
by fozzy99999
Wed Feb 25, 2009 12:31 pm
Forum: Plugin: (Network Weather Map)
Topic: [SOLVED] Scale Problem
Replies: 16
Views: 11730

Any suggestions to deal with numbers over 100%. I am creating some weathermaps for ping response times and response time over 100 is not uncommon for some of our connections. The problem seem to be in the ColourFromPercent function. I have tried SCALE DEFAULT 0 0 120 120 120 SCALE DEFAULT 0 70 0 0 2...
by fozzy99999
Mon Mar 24, 2008 2:19 pm
Forum: Scripts and Templates
Topic: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Replies: 527
Views: 802265

Kinda noob to Advance Ping. I have modified my CDEFs from the original to change the latency percentages I am looking for, but now I would like to modify the way it shows periods of latency to change the color of the horizontal line from green to the color that represents the latency percentage. My ...