Hi
I am trying to replicate a custom graph I previous created for monitoring (using rrdtool) with a zabbix graph.
It is a stacked graph with some lines through it
It currently looks like (from top to bottom)
swapTotal (bold line)
swapUsed-swapCached(area stacked above swapCached)
swapCached (area stacked above totalMem)
totalMem (bold line)
cacheMem (area stacked above bufferMem)
bufferMem (area stacked above usedMem)
usedMem (area)
And then Committed_AS which is a line going through all of those.
Is this possible with Zabbix 1.4? I know the data is in the DB, it is just getting it into a graph that is the problem.
I am trying to replicate a custom graph I previous created for monitoring (using rrdtool) with a zabbix graph.
It is a stacked graph with some lines through it
It currently looks like (from top to bottom)
swapTotal (bold line)
swapUsed-swapCached(area stacked above swapCached)
swapCached (area stacked above totalMem)
totalMem (bold line)
cacheMem (area stacked above bufferMem)
bufferMem (area stacked above usedMem)
usedMem (area)
And then Committed_AS which is a line going through all of those.
Is this possible with Zabbix 1.4? I know the data is in the DB, it is just getting it into a graph that is the problem.
Comment