On an Ubuntu machine we installed the zabbix server monitor multiple ubuntu and windows machines.
When I try to execute zabbix_get from the zabbix server to call for information from one of my machines I get he following error:
I have already disabled the firewall (ufw) and restarted the agent
What Do I need to do next in order for the zabbix_get command to retrieve the information and be able to reach the machine I'm calling for?
Thanks for the help
Assa
P.S.
We're running zabbix 6.0.8 with agent 5.0.17 on ubuntu 22.0.4
When I try to execute zabbix_get from the zabbix server to call for information from one of my machines I get he following error:
Code:
# zabbix_get -s 10.33.0.155 -p 10050 -k agent.ping zabbix_get [931258]: Get value error: cannot connect to [[10.33.0.155]:10050]: [111] Connection refused
What Do I need to do next in order for the zabbix_get command to retrieve the information and be able to reach the machine I'm calling for?
Thanks for the help
Assa
P.S.
We're running zabbix 6.0.8 with agent 5.0.17 on ubuntu 22.0.4
Comment