Hello community,
In my Zabbix 7.4 environment I have Server -> Proxy -> Agent (Windows server), all components at the latest version. Monitoring and alerting works perfectly.
I configured these two lines in my Windows agent config file and restarted the agent to prep the environment to take automatic remediation actions by means of trigger alerts and scripts:
AllowKey=system.run[*]
Plugins.SystemRun.LogRemoteCommands=1
As a first test I tried to run the built-in "Detect operating system" script against the agent. I am getting the famous "Remote commands are not enabled" error.
I looked in the server, proxy and agent log files, but I cannot find any trace of the command ever being attempted to run. Not even a faint mention. I searched the Internet far and wide to no avail.
Can you please point me into the right direction.
Thank you.
In my Zabbix 7.4 environment I have Server -> Proxy -> Agent (Windows server), all components at the latest version. Monitoring and alerting works perfectly.
I configured these two lines in my Windows agent config file and restarted the agent to prep the environment to take automatic remediation actions by means of trigger alerts and scripts:
AllowKey=system.run[*]
Plugins.SystemRun.LogRemoteCommands=1
As a first test I tried to run the built-in "Detect operating system" script against the agent. I am getting the famous "Remote commands are not enabled" error.
I looked in the server, proxy and agent log files, but I cannot find any trace of the command ever being attempted to run. Not even a faint mention. I searched the Internet far and wide to no avail.
Can you please point me into the right direction.
Thank you.
Comment