You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Zabbix 6.x+, the enableremotecommands is depreciated hence it should not be the default.
ISSUE TYPE
Bug Report
COMPONENT NAME
RUNNING HANDLER [community.zabbix.zabbix_agent : restart zabbix-agent] ***********************************************************************************************************************************************************************************************************************
fatal: [hostA_operatorA_companyA]: FAILED! => {"changed": false, "msg": "Unable to restart service zabbix-agent: Job for zabbix-agent.service failed because the control process exited with error code.\nSee "systemctl status zabbix-agent.service" and "journalctl -xeu zabbix-agent.service" for details.\n"}
The /etc/zabbix/zabbix_agentd.conf should not have EnableRemoteCommands parameter (or not default)
ACTUAL RESULTS
RUNNING HANDLER [community.zabbix.zabbix_agent : restart zabbix-agent] ***********************************************************************************************************************************************************************************************************************
fatal: [....]: FAILED! => {"changed": false, "msg": "Unable to restart service zabbix-agent: Job for zabbix-agent.service failed because the control process exited with error code.\nSee \"systemctl status zabbix-agent.service\" and \"journalctl -xeu zabbix-agent.service\" for details.\n"}
The text was updated successfully, but these errors were encountered:
SUMMARY
Since Zabbix 6.x+, the
enableremotecommands
is depreciated hence it should not be the default.ISSUE TYPE
COMPONENT NAME
RUNNING HANDLER [community.zabbix.zabbix_agent : restart zabbix-agent] ***********************************************************************************************************************************************************************************************************************
fatal: [hostA_operatorA_companyA]: FAILED! => {"changed": false, "msg": "Unable to restart service zabbix-agent: Job for zabbix-agent.service failed because the control process exited with error code.\nSee "systemctl status zabbix-agent.service" and "journalctl -xeu zabbix-agent.service" for details.\n"}
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT / Zabbix Version
zabbix_agentd (daemon) (Zabbix) 7.0.8
STEPS TO REPRODUCE
EXPECTED RESULTS
The
/etc/zabbix/zabbix_agentd.conf
should not haveEnableRemoteCommands
parameter (or not default)ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: