adubkov / zbx_nginx_template

Zabbix template for Nginx
126 stars 94 forks source link

Error while sending data to Zabbix #11

Open averti opened 8 years ago

averti commented 8 years ago

I have Zabbix server 3.0 and your script zbx_nginx_stats.py show me this error - "Error while sending data to Zabbix". How can i fix this?

silverIv commented 7 years ago

Have the same error while trying to use it by hands Answer please

vladkras commented 7 years ago

Check your Zabbix server with $ curl -IL zabbix_host:zabbix_port where host and port are the same as you defined in the beginning of the script

It's starting point for investigation if you see something else rather than 200 OK

In my case port was closed on external machine

zhaosr commented 5 years ago

My zabbix version is 3.4, and grafana is used for graphic rendering. At present, there is a problem that log data Cannot be obtained. The error message is: "Cannot read property 'name' of null". In addition, if I have multiple nginx log files, can I get their information together?