Hi everybody
I created a new action connected to the trigger. My action must start a Windows 10 application on the remote host when it is closed.
I did a sample using NOTEPAD.EXE.
When notepad is closed, my action correctly sends the command "notepad" to the host (using the agent) and the Notepad application starts.... but I cannot see it.
In fact I can look at it in background applications list (in task manager), associated to the SYSTEM user while it should be associated to my current user.
The result is that Notepad is running but I cannot see and use it.
I already tried to execute the Zabbix Agent using "allow the service to interact with the desktop" or using my username/password. No way, it always executes using SYSTEM user.
Is there any trick to launch a GUI application in Windows 10 using one Zabbix action?
I created a new action connected to the trigger. My action must start a Windows 10 application on the remote host when it is closed.
I did a sample using NOTEPAD.EXE.
When notepad is closed, my action correctly sends the command "notepad" to the host (using the agent) and the Notepad application starts.... but I cannot see it.
In fact I can look at it in background applications list (in task manager), associated to the SYSTEM user while it should be associated to my current user.
The result is that Notepad is running but I cannot see and use it.
I already tried to execute the Zabbix Agent using "allow the service to interact with the desktop" or using my username/password. No way, it always executes using SYSTEM user.
Is there any trick to launch a GUI application in Windows 10 using one Zabbix action?
Comment