I am trying to create an item that is the sum of all the item X values for every host in a specific group.
As an example.
I have an agent check for "perf_counter[\DNS\Total Query Received]" for all the hosts in the group called "DNS"
On each host, I have a calculated item using this formula "change(perf_counter[\DNS\Total Query Received])"
What I was hoping to find is some sort of calculated item where the formula might look something like "
For example:
change(DNS
erf_counter[\DNS\Total Query Received])
Am I missing it maybe? I am trying to avoid making a calculates metric using sum where I have to manually update it every time I add or remove a host from the DNS group.
Carl
As an example.
I have an agent check for "perf_counter[\DNS\Total Query Received]" for all the hosts in the group called "DNS"
On each host, I have a calculated item using this formula "change(perf_counter[\DNS\Total Query Received])"
What I was hoping to find is some sort of calculated item where the formula might look something like "
change(Group_Name:Item_key[])"
maybe For example:
change(DNS
erf_counter[\DNS\Total Query Received])Am I missing it maybe? I am trying to avoid making a calculates metric using sum where I have to manually update it every time I add or remove a host from the DNS group.
Carl
Comment