Hello,
I'm sure I'm missing something simple.
This is a new build, Zabbix 5.0.2 with all the built-in templates. I've put this out in AWS to monitor our cloud infrastructure.
I've added about a dozen hosts, most are Amazon Linux 2. I've applied the default Apache by Agent template and all is well.
I have two Debian 10 hosts with Apache and for some reason I'm not getting data back from Apache. If I'm on the host I can run:
And I get the proper status page.
But from the Zabbix server I cannot.
When I try zabbix_get, I see this error:
I've upped the logging level to 5 on the Agent but I don't see any other info other than "cannot resolve". This works fine on my Amazon Linux 2 servers, but these Debian 10 boxes are giving me trouble.
Where can I look next?
I'm sure I'm missing something simple.
This is a new build, Zabbix 5.0.2 with all the built-in templates. I've put this out in AWS to monitor our cloud infrastructure.
I've added about a dozen hosts, most are Amazon Linux 2. I've applied the default Apache by Agent template and all is well.
I have two Debian 10 hosts with Apache and for some reason I'm not getting data back from Apache. If I'm on the host I can run:
Code:
curl http://127.0.0.1:80/server-status?auto
But from the Zabbix server I cannot.
When I try zabbix_get, I see this error:
Code:
[user@zabbixserver ~]$ zabbix_get -s Debian10-Host -p 10050 -k web.page.get["http://127.0.0.1:80/server-status?auto"] ZBX_NOTSUPPORTED: HTTP get error: cannot resolve [http://127.0.0.1:80/server-status?auto]
Where can I look next?
Comment