Hi all,
I'm running into a problem with aggregate items not reliably showing the requested data.
The Zabbix server is at version 3.0.4 and running on CentOS 7.3.1611
I have a group of Citrix and VMware View servers of which I need to show a graph with total active sessions for each solution.
The servers are grouped in a Citrix host group and a VMware host group. All servers have a template "RDP" attached which gathers the current amount of active sessions for each serer. This is done with the zabbix agent with the following item key:
I then created a Zabbix-aggregate with the following keys for the Citrix and View servers:
In the zabbix server logs I can see that servers flip between supported and not supported with the following error message:
Servers become supported randomly over time and stop again after a while. There are no changes done in the mean time and there seems to be no reason or cause of the change in state.
The result is broken graphs across the hosts. Some graphs show no aggregate data, other show the aggregate data for a few minutes and then stop.
Attached is a screenshot of the same aggregate data of 2 different hosts, showing the random start/stop of data generation/presentation.
I'm running into a problem with aggregate items not reliably showing the requested data.
The Zabbix server is at version 3.0.4 and running on CentOS 7.3.1611
I have a group of Citrix and VMware View servers of which I need to show a graph with total active sessions for each solution.
The servers are grouped in a Citrix host group and a VMware host group. All servers have a template "RDP" attached which gathers the current amount of active sessions for each serer. This is done with the zabbix agent with the following item key:
Code:
perf_counter["\Terminal Services\Active Sessions"]
Code:
grpsum["Citrix servers","perf_counter[\"\Terminal Services\Active Sessions\"]",last,0] grpsum["View RDS Servers","perf_counter[\"\Terminal Services\Active Sessions\"]",last,0]
Code:
12028:20180612:113703.354 item "HOSTNAME1_REDACTED:grpsum["View RDS Servers","perf_counter[\"\Terminal Services\Active Sessions\"]",last,0]" became not supported: No items for key "perf_counter["\Terminal Services\Active Sessions"]" in group(s) "View RDS Servers" 12027:20180612:115218.484 item "HOSTNAME2_REDACTED:grpsum["View RDS Servers","perf_counter[\"\Terminal Services\Active Sessions\"]",last,0]" became supported
The result is broken graphs across the hosts. Some graphs show no aggregate data, other show the aggregate data for a few minutes and then stop.
Attached is a screenshot of the same aggregate data of 2 different hosts, showing the random start/stop of data generation/presentation.
Comment