Bar Graph HowTo
Moderators: Developers, Moderators
Bar Graph HowTo
Hi all,
I am using CACTI with my ISP. But now I would like to change the custom graph to Bar graph How can I do this ?
Help me
regards
Bipin Das
I am using CACTI with my ISP. But now I would like to change the custom graph to Bar graph How can I do this ?
Help me
regards
Bipin Das
Bar Graph HOWto
Sir,
I am thinking about the real BAR GRAPH. I am giving an example what i think
regrds
Bpin Das
I am thinking about the real BAR GRAPH. I am giving an example what i think
regrds
Bpin Das
- Attachments
-
- bargraph.png (4.9 KiB) Viewed 12280 times
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Bar Graph HOWto
This is a NOGO. cacti is an rrdtool frontend. And rrdtool does not provide real bar charts.bipinkdas wrote:Sir,
I am thinking about the real BAR GRAPH. I am giving an example what i think
regrds
Bpin Das
Reinhard
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
Re: Bar Graph HOWto
With suitably defined RRAs, you could use 'rrdtool xport' and draw graphs that way yourself. I don't think you could get Cacti to display them though, and it would mean you writing some graphics code.lvm wrote:This is a NOGO. cacti is an rrdtool frontend. And rrdtool does not provide real bar charts.bipinkdas wrote:Sir,
I am thinking about the real BAR GRAPH. I am giving an example what i think
regrds
Bpin Das
Reinhard
I did this for myself, to get small last-3-hour stripgraphs on our intranet. These barcharts are the same sort of thing. It's not much fun to do though, and not an option if you aren't a programmer, or you must have the charts in Cacti's web interface.
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
-
- Cacti User
- Posts: 311
- Joined: Tue Jun 29, 2004 12:52 pm
- Location: Indiana
To create the double-sided graph you have to create a custom CDEF something like CURRENT_DATA_SOURCE,-1,*
This takes the current data source, and multiplies it my -1, which inverts it. Only apply this new CDEF to the Line / Area graph item. When you add the min/avg/max items you will want to use the normal CDEF, otherwise you will get negative numbers printed.
This takes the current data source, and multiplies it my -1, which inverts it. Only apply this new CDEF to the Line / Area graph item. When you add the min/avg/max items you will want to use the normal CDEF, otherwise you will get negative numbers printed.
Dave
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Yep. Plus a CDEFmelchandra wrote:To create the double-sided graph you have to create a custom CDEF something like CURRENT_DATA_SOURCE,-1,*
This takes the current data source, and multiplies it my -1, which inverts it. Only apply this new CDEF to the Line / Area graph item. When you add the min/avg/max items you will want to use the normal CDEF, otherwise you will get negative numbers printed.
Code: Select all
cdef=CURRENT_DATA_SOURCE,1800,TREND
Reinhard
Who is online
Users browsing this forum: No registered users and 1 guest