Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

The PHP file in the SVN do not use the right argument for rtgplot.cgi #24

Open Prophidys opened 9 years ago

Prophidys commented 9 years ago

From ced.leco...@gmail.com on January 26, 2012 11:50:10

What steps will reproduce the problem? 1. Just use php file with rtgplot.cgi What is the expected output? What do you see instead? The right call : rtgplot.cgi?PO=Traffic+In/Out:800:200:factor%3D8%2Cunits%3Dbits:1327510131:1327596531&DO=0:ifOutOctets_64:1217&LO=0:0:factor=8,units=bits:ifOutOctets&DO=1:ifInOctets_64:1217&LO=1:1:factor=8,units=bits:ifInOctets The PHP in svn : rtgplot.cgi?t1=ifInOctets_53&t2=ifOutOctets_53&iid=963&begin=1327510087&end=1327596487&units=bits/s&factor=8&filled=yes What version of the product are you using? On what operating system? svn version. Please provide any additional information below. i have some working php, i will cleaning and post the files.

Original issue: http://code.google.com/p/rtg2/issues/detail?id=24

Prophidys commented 9 years ago

From ced.leco...@gmail.com on January 26, 2012 12:55:53

Owner: ced.leco...@gmail.com

Prophidys commented 9 years ago

From ced.leco...@gmail.com on January 27, 2012 11:58:56

Status: Started

Prophidys commented 9 years ago

From ced.leco...@gmail.com on January 27, 2012 14:39:04

This is the view.php. If many people can test this file and say me if all seems ok.

I don't remember but i think i have found and custom this file on internet, if someone know from where the file is coming.

Attachment: view.php

Prophidys commented 9 years ago

From ced.leco...@gmail.com on February 16, 2012 05:40:57

Issue 22 has been merged into this issue.

Prophidys commented 9 years ago

From ced.leco...@gmail.com on February 16, 2012 06:03:31

Issue 8 has been merged into this issue.

bewing commented 9 years ago

The PHP provided in targetmaker/web/php does use the new rtgplot syntax, and should be used as a replacement for the old PHP scripts. A complete rewrite is probably in order for the entire viewing platform.