Is there a way to create some object like "graph prototype", but not linked to item prototype, but draw all items created from some item prototype?
For instance, I have template with discovery rules for KVM guests parameters like "mem", "max mem", "vcpu num", etc. So, finally I have host with items (created from item prototype) like:
"vm1.mem"
"vm2.mem"
...
And I want to get a pie graph of memory value of every VM. Graph should be autocreated, autochanged accordingly to items set changes (add or remove VM from HV)
Thanks!
For instance, I have template with discovery rules for KVM guests parameters like "mem", "max mem", "vcpu num", etc. So, finally I have host with items (created from item prototype) like:
"vm1.mem"
"vm2.mem"
...
And I want to get a pie graph of memory value of every VM. Graph should be autocreated, autochanged accordingly to items set changes (add or remove VM from HV)
Thanks!

Comment