|
From: Anil B. <ani...@fo...> - 2015-03-23 23:51:17
|
Dear Team , I want to create a bar graph rather than a line or default view in cacti. For this purpose i am using RRD tools I have a script in perl i.e rrdbar.cgi.pl that generate a bar graph but i am facing issue while creating a rrd file *RRD file* is created for database and it requires following parameter to give bar view 1.RRD file 2.DS : one or more data sources, separated by + or @ for bar view 3.T : time interval 4.MAX: maximum upper bound for the data 5.LAB : Labelstyle. 6.WID : Bar width 7.LEN : Bar length >From README file i have configured everything i.e file location . but i am facing an issue while making a RRD file I have generated one RRD file and gives path on browser *http://localhost/cacti/cgi-bin/rrdbar.cgi.pl?RRD=meshdata.rrd&DS=ds0%20@ds1 <http://localhost/cacti/cgi-bin/rrdbar.cgi.pl?RRD=meshdata.rrd&DS=ds0%20@ds1>* and give usual output . i am sending all files and sreenshot of output . I followed links : *https://code.google.com/p/fabfi/wiki/RRDtutorial <https://code.google.com/p/fabfi/wiki/RRDtutorial>* *http://rrd-users.oetiker.narkive.com/VFL1Z4Es/rrd-database-combining <http://rrd-users.oetiker.narkive.com/VFL1Z4Es/rrd-database-combining>* *http://www.vandenbogaerdt.nl/rrdtool/tutorial/rrdcreate.php <http://www.vandenbogaerdt.nl/rrdtool/tutorial/rrdcreate.php>* Any suggestion would be appreciated. On 18 March 2015 at 11:07, Anil Bhau <ani...@fo...> wrote: > Dear Team , > > I am new to cacti . Can you please help me if there is any possibility to > make bar graphs in cacti. > > I searched a lot but finds nothing useful. > > Any suggestion would be appreciated. > |