Hello,
I'm using the default Nginx template for C zabbix agent (Nginx by Zabbix Agent). The agent it's properly configured on the nginx host and the zabbix server is properly configured too. Most of the items are working properly:

But two of the items aren't. The ones that work through "net.tcp.service" (or "net.tcp.service.perf"), which are "Nginx: Service status" and "Nginx: Service response time". The default value of the macro "{$NGINX.STUB_STATUS.HOST}" for the nginx template is "localhost". But if I enter on one of these two items and test replacing localhost with 127.0.0.1 it works:

Of course I could modify the value on the template and that's all, but I wanted to know what's going on, since if that's the default behavior of the official template a lot of people should have this error. So I don't know if I'm doing something stupid.
I'm using the default Nginx template for C zabbix agent (Nginx by Zabbix Agent). The agent it's properly configured on the nginx host and the zabbix server is properly configured too. Most of the items are working properly:
But two of the items aren't. The ones that work through "net.tcp.service" (or "net.tcp.service.perf"), which are "Nginx: Service status" and "Nginx: Service response time". The default value of the macro "{$NGINX.STUB_STATUS.HOST}" for the nginx template is "localhost". But if I enter on one of these two items and test replacing localhost with 127.0.0.1 it works:
Of course I could modify the value on the template and that's all, but I wanted to know what's going on, since if that's the default behavior of the official template a lot of people should have this error. So I don't know if I'm doing something stupid.
Comment