Zabbix Appliance 4.4.5 here...
I have a host group called Terminal Servers. For each host in the group, I am grabbing Zabbix Agent item perf_counter["\Terminal Services\Active Sessions"] as TSActiveSessions
I'd like to see a sum of these numbers in a dashboard, so I created a Zabbix aggregate item on one of the hosts using the key grpsum["Terminal Servers","perf_counter[\Terminal Services\Active Sessions\]",last]
The Items entry page accepts it, but in the Item list, it shows as "Not Supported" and gives me the message No items for key "perf_counter[\Terminal Services\Active Sessions\]" in group(s) "Terminal Servers".
I'm sure I'm doing something wrong. Can anyone help, or suggest a better way to sum these counts? Thanks in advance!!
I have a host group called Terminal Servers. For each host in the group, I am grabbing Zabbix Agent item perf_counter["\Terminal Services\Active Sessions"] as TSActiveSessions
I'd like to see a sum of these numbers in a dashboard, so I created a Zabbix aggregate item on one of the hosts using the key grpsum["Terminal Servers","perf_counter[\Terminal Services\Active Sessions\]",last]
The Items entry page accepts it, but in the Item list, it shows as "Not Supported" and gives me the message No items for key "perf_counter[\Terminal Services\Active Sessions\]" in group(s) "Terminal Servers".
I'm sure I'm doing something wrong. Can anyone help, or suggest a better way to sum these counts? Thanks in advance!!

Comment