Hello,
since a few days I have a problem that is driving me nuts. I call a UserParameter (PowerShell Script) to check the load of a Citrix TerminalServer Desktop.
While
***@zabbix:~$ zabbix_get -s *** -p 10050 -k "CitrixLoad[***]"
6168
works from within the console on Zabbix server, I get the message from the title the second I implement this in the webui. The funny part is, that it worked a few days before.
I have no idea what I am doing wrong or where I made a mistake. The only thing I changed was the execution policy for the PowerShell Script in the agent configuration. But I thought it would affect both, the poll from webui and cmd. I restartet both, client and server, a dozen times.
since a few days I have a problem that is driving me nuts. I call a UserParameter (PowerShell Script) to check the load of a Citrix TerminalServer Desktop.
While
***@zabbix:~$ zabbix_get -s *** -p 10050 -k "CitrixLoad[***]"
6168
works from within the console on Zabbix server, I get the message from the title the second I implement this in the webui. The funny part is, that it worked a few days before.
I have no idea what I am doing wrong or where I made a mistake. The only thing I changed was the execution policy for the PowerShell Script in the agent configuration. But I thought it would affect both, the poll from webui and cmd. I restartet both, client and server, a dozen times.
Comment