We have at this momment five maps, but some are a little big.
So, someone asked if theres is possible to create a New Map and to make five circles, each one representing 1 map.
Each circle can stay with 3 collors, in a simple way:
Green: everything is under 50%
Yellow: one item of map is above 50%
Red: one item of map is above 75%
itens can be links, cpu % or memory utilization %.
I already tried to concatenate "TARGET´s", without success (I think that it´s adding colours from each target, my friend is betting on this solution for now). I´ve checked some operations with TARGETs.
Code: Select all
TARGET gauge:E:/Apache2/htdocs/cacti/rra/69/380.rrd:hrProcessorLoad:- gauge:E:/Apache2/htdocs/cacti/rra/67/379.rrd:hrProcessorLoad:-
Code: Select all
TARGET gauge:E:/Apache2/htdocs/cacti/rra/69/380.rrd:hrProcessorLoad:-
TARGET gauge:E:/Apache2/htdocs/cacti/rra/67/379.rrd:hrProcessorLoad:-
I checked some posts at forum and didn´t find anything that could give me another idea.
Anyone has doing something like that before or have another option to make it?
Thanks