Search found 4 matches

by fdessart
Wed Oct 09, 2002 12:51 am
Forum: Help: General
Topic: How to display HRULE lines in preview graphs
Replies: 5
Views: 3054

I commented out the following lines: case 'HRULE': $text_format[$i] = ereg_replace (":", "\:" ,$text_format[$i]); /* escape colons */ // if ($graph_data_array["graph_nolegend"] == true) { // $value_format[$i] = "0"; // }else{ $value_format[$i] = ereg_replace (...
by fdessart
Wed Oct 09, 2002 12:22 am
Forum: Help: General
Topic: how to use/display INTEGER values, not AVERAGE
Replies: 3
Views: 1892

Thanx raX. Ok, it works for the GPRINT values. However I think now my problem is somewhere else. The MAX value for 5min, 30min, 2hour, 1day averages are different. The RRD file aggregates only average values, I would like to have the instantaneous value, got at the time of SNMP polling. So my graph ...
by fdessart
Tue Oct 08, 2002 7:35 am
Forum: Help: General
Topic: how to use/display INTEGER values, not AVERAGE
Replies: 3
Views: 1892

how to use/display INTEGER values, not AVERAGE

Hello, I use cacti to monitor number of connected user on a Cisco NAS. I think Cacti polls SNMP OID every 5 minutes. On the graph, I can see an average for this data, not the real number of connected users. So I have a decimal in my data, which is not very serious for an integer value. How can I do ...
by fdessart
Tue Oct 08, 2002 7:32 am
Forum: Help: General
Topic: How to display HRULE lines in preview graphs
Replies: 5
Views: 3054

How to display HRULE lines in preview graphs

Hello,

I have a few graphs, with AREA, LINE1 and HRULE displayed.
However on the preview graphs, only AREA and LINE1 are displayed, not the HRULE line!

Is there a way to change this?

Thanks for your help.