|
|
| Author |
Message |
next2you
Joined: 01 Feb 2008 Posts: 7
|
Posted: Fri Feb 01, 2008 3:06 am Post subject: VDEF in main version |
|
|
Hi,
I just checked out the main version from svn, because I'd like to use VDEFs in my graph. Can you give me a pointer on where to configure VDEFs in the development cacti version? http://bugs.cacti.net/bug_view_page.php?bug_id=726 says it is fixed.
Under the presets I just see CDEF but no VDEF...
Thanks
Christian |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12174 Location: Muenster, Germany
|
Posted: Fri Feb 01, 2008 7:18 am Post subject: |
|
|
Bad luck. It's not yet implemented. It was already on the todo list, yes. Perhaps we will backport a solution to upcoming 088.
Reinhard |
|
| Back to top |
|
 |
next2you
Joined: 01 Feb 2008 Posts: 7
|
Posted: Fri Feb 01, 2008 7:31 am Post subject: |
|
|
Backport == there was already a implementation?
To clarify I checked out the trunk (or is main version != trunk?)
svn://svn.cacti.net/var/svnroot/cacti/cacti/branches/main
OK, maybe there is another solution to my problem...
I'd like to display VDEF=counter,TOTAL
maybe there is another method to implement this. Or is there a possibility to add "free form text" to the rrdtool graph command?
Christian[/b] |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12174 Location: Muenster, Germany
|
Posted: Fri Feb 01, 2008 9:21 am Post subject: |
|
|
Sure. It was implemented for 090 which currently is abandoned.
| Quote: | OK, maybe there is another solution to my problem...
I'd like to display VDEF=counter,TOTAL
maybe there is another method to implement this. Or is there a possibility to add "free form text" to the rrdtool graph command?
Christian | Yes, there is. Please see http://docs.cacti.net/node/525 and verify Bandwidth summation. If you need the sum of all data sources aggregated into one single LINE/ARE, use a CDEF with cacti builtin pseudo-data source ALL_DATA_SOURCES_NODUPS
Reinhard |
|
| Back to top |
|
 |
|