I am trying to monitor the nginx_status of my nginx web server.
The issue is if I manually check the status of the stub, it reports as up and running. I would then assume that my nginx config is good.


The issue that I am facing is that zabbix_agent is reporting that the service is down.

If I set the log-level debug to 5 and tail the zabbix_agent.log file I see the following.
116458:20250310:083237.761 Requested [net.tcp.service[http,"localhost","5555"]]
116458:20250310:083237.761 TCP expect network error: cannot connect to [[localhost]:5555]: [111] Connection refused
116458:20250310:083237.761 Sending back [0]
how and why would this happen if curl works as expected?
Hoping that someone out there
The issue is if I manually check the status of the stub, it reports as up and running. I would then assume that my nginx config is good.
The issue that I am facing is that zabbix_agent is reporting that the service is down.
If I set the log-level debug to 5 and tail the zabbix_agent.log file I see the following.
116458:20250310:083237.761 Requested [net.tcp.service[http,"localhost","5555"]]
116458:20250310:083237.761 TCP expect network error: cannot connect to [[localhost]:5555]: [111] Connection refused
116458:20250310:083237.761 Sending back [0]
how and why would this happen if curl works as expected?
Hoping that someone out there
Comment