Hi all.
I have two items items, the interface usage and the calculated max possible usage (got via external check).
What I need is the third item containing the multiplex factor, e.g. item1/item2.
I've found the aggregated checks, but it seems to work only for host groups (and the same parameter at all hosts).
I've tried something like {Host1:item1}/{Host2:item2} and {Host1:item1.last(0)}/{Host2:item2.last(0)}, but no luck
. Is there any chance to do it without need to do direct SQL query?
Thanks in advance.
I have two items items, the interface usage and the calculated max possible usage (got via external check).
What I need is the third item containing the multiplex factor, e.g. item1/item2.
I've found the aggregated checks, but it seems to work only for host groups (and the same parameter at all hosts).
I've tried something like {Host1:item1}/{Host2:item2} and {Host1:item1.last(0)}/{Host2:item2.last(0)}, but no luck
. Is there any chance to do it without need to do direct SQL query?Thanks in advance.
Comment