Hello.
I have installed zabbix agent 5 on windows (the zabbix server is on CentOS). every time I am trying to run a command I am getting the following error:
zabbix_get: Check access restrictions in Zabbix agent configuration
This is my configuration file:
LogFile=C:\Zabbix\zabbix_agentd.log
DenyKey=system.cpu.intr
AllowKey=system.run[*]
EnableRemoteCommands=1
LogRemoteCommands=1
Server=MY_ZABBIX_SERVER_IP
ListenPort=10050
ListenIP=0.0.0.0
StartAgents=2
ServerActive=MY_ZABBIX_SERVER_IP
Hostname=MY_WINDOWS_SERVER
Timeout=30
UnsafeUserParameters=1
It is important to mention that the zabbix agent is running with administrative user under windows.
What have I done wrong?
Many thanks for your help!
I have installed zabbix agent 5 on windows (the zabbix server is on CentOS). every time I am trying to run a command I am getting the following error:
zabbix_get: Check access restrictions in Zabbix agent configuration
This is my configuration file:
LogFile=C:\Zabbix\zabbix_agentd.log
DenyKey=system.cpu.intr
AllowKey=system.run[*]
EnableRemoteCommands=1
LogRemoteCommands=1
Server=MY_ZABBIX_SERVER_IP
ListenPort=10050
ListenIP=0.0.0.0
StartAgents=2
ServerActive=MY_ZABBIX_SERVER_IP
Hostname=MY_WINDOWS_SERVER
Timeout=30
UnsafeUserParameters=1
It is important to mention that the zabbix agent is running with administrative user under windows.
What have I done wrong?
Many thanks for your help!
Comment