Hello,
I am getting the following in my zabbix-server logs "item "zabbix-proxy1:system.run[cat /etc/issue]" became not supported: Remote commands are not enabled."
Even though, my configuration on the zabbix-proxy1 host is as follows:
[root@zabbix-proxy1 ~]# egrep -v "^#" /etc/zabbix/zabbix_agentd.conf | sed '/^$/d'
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=192.168.4.5
StartAgents=3
ServerActive=192.168.4.5
Hostname=zabbix-proxy1
Include=/etc/zabbix/zabbix_agentd.d/
EnableRemoteCommands=1
My agent has been restarted since setting this value. Does anyone know what I need to check to make sure this kind of check can work?
Thanks!
I am getting the following in my zabbix-server logs "item "zabbix-proxy1:system.run[cat /etc/issue]" became not supported: Remote commands are not enabled."
Even though, my configuration on the zabbix-proxy1 host is as follows:
[root@zabbix-proxy1 ~]# egrep -v "^#" /etc/zabbix/zabbix_agentd.conf | sed '/^$/d'
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=192.168.4.5
StartAgents=3
ServerActive=192.168.4.5
Hostname=zabbix-proxy1
Include=/etc/zabbix/zabbix_agentd.d/
EnableRemoteCommands=1
My agent has been restarted since setting this value. Does anyone know what I need to check to make sure this kind of check can work?
Thanks!