In Zabbix 2.2 is there a way to create a graph that shows current data with data from the same time X days ago?
I have a trigger expression that compares system cpu load to the load average from 7 days prior :
{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h)}/{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h,7d)}>2&{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h)}>1
I would like to create a graph that has both the current CPU and 7d prior CPU overlaid for a easy visual representation. Is this possible?
I have a trigger expression that compares system cpu load to the load average from 7 days prior :
{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h)}/{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h,7d)}>2&{Template OS Linux:system.cpu.load[percpu,avg1].avg(1h)}>1
I would like to create a graph that has both the current CPU and 7d prior CPU overlaid for a easy visual representation. Is this possible?
Comment