Hi all,
Currently we are using Zabbix to monitor our LAN and WAN connections. We want to expand this monitoring to our servers.
I've installed Zabbix Agents on our Terminal Servers and successfully retrieved values for the user sessions.
My manager would like to be notified when the total number of concurrent users working on the terminal server exceeds the highest value that is ever recorded.
Anyone an idea how to do this? All predifined triggers do not apply so I was thinking of something like:
Thanks in advance!
Randy
Currently we are using Zabbix to monitor our LAN and WAN connections. We want to expand this monitoring to our servers.
I've installed Zabbix Agents on our Terminal Servers and successfully retrieved values for the user sessions.
My manager would like to be notified when the total number of concurrent users working on the terminal server exceeds the highest value that is ever recorded.
Anyone an idea how to do this? All predifined triggers do not apply so I was thinking of something like:
Code:
{Template_Terminal_Services:perf_counter[\3198\3202,60].last(0)}>{Template_Terminal_Services:perf_counter[\3198\3202,60].ever}
Randy
Comment