I am having a strange problem here... It's probably something basic that I am missing, this is my first time using Zabbix and I am just testing.
The setup is rather simple: Only 1 VirtualBox VM running Ubuntu 24.04 with Zabbix server and agent running inside.
These are the things that work:
I then checked what was running on that port with netstat. It was zabbix_agent
I also checked for contents of /etc/zabbix/zabbix_agent2.conf. Hostname, Server and ServerActive were all "vmubutest1" which is the name of the VM (and is known as 127.0.0.1 inside)
So I have no idea what is causing this.
The setup is rather simple: Only 1 VirtualBox VM running Ubuntu 24.04 with Zabbix server and agent running inside.
These are the things that work:
- I can connect to the webbased interface just fine
- I added the host itself as 127.0.0.1:10050
- By clicking on the host in dashboard I can see diskspace BUT it's not updated (I tested it by writing a large file)
- The host shows as "Not available" in the dashboard.
- When I go to the Hosts-page and hover above the (red) ZBX sign in the "Availability" icon I get the warning:
127.0.0.1:10050 - "Not Available" - Get value from agent failed: cannot read response: cannot read from socket: [104] Connection reset by peer
I then checked what was running on that port with netstat. It was zabbix_agent
I also checked for contents of /etc/zabbix/zabbix_agent2.conf. Hostname, Server and ServerActive were all "vmubutest1" which is the name of the VM (and is known as 127.0.0.1 inside)
So I have no idea what is causing this.
Comment