nginx-vts-exporter icon indicating copy to clipboard operation
nginx-vts-exporter copied to clipboard

Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption

Results 25 nginx-vts-exporter issues
Sort by recently updated
recently updated
newest added

Hi,thanks for your exporter,it is very useful! Recently,I think I have a few problems. When I started the nginx_exporter,there were few errors: ![wechatimg370](https://user-images.githubusercontent.com/25998180/48685130-b9b29600-ebef-11e8-8ab7-babb46b21873.jpeg) then I curled `http://localhost/nginx_status/format/json` and I found...

nginx_vts_exporter version: 0.10.3 config: ` #nginx_vts_module状态监控模块 vhost_traffic_status_zone; vhost_traffic_status_filter_by_set_key $uri $server_name; server { listen 9999; server_name localhost; location /status { allow 127.0.0.1; deny all; vhost_traffic_status_display; vhost_traffic_status_display_format html; } }` nginx_vts_exporter_build_info{branch="HEAD",goversion="go1.10",revision="8aa2881c7050d9b28f2312d7ce99d93458611d04",version="0.10.3"} all...

#### It's hard to say that this project is not maintained any longer, and it is recommended to use [nginx-vtx-module](https://github.com/vozlt/nginx-module-vts) instead, which supports multiple vhost_traffic_status_display_format, like ``. #### Hope you...

Hi, We are facing a strange issue with **nginx-vts-exporter** (**v0.10.3**). The exporter keeps flooding `/var/log/messages` with the following error: ```bash #tail -n 10 /var/log/messages | grep nginx nginx-vts-exporter: 2018/07/24 10:04:50...

I got this error while trying to make or make rpm. My server is using CentOS8. Here are the process: > [root@webserver7 nginx-vts-exporter-0.10.7]# ls > _config.yml docker-entrypoint.sh go.mod LICENSE nginx_vts_exporter.go...

Illegal host header , invalid host Prometheus many invalid host metrics tag Causes too much influxDB SERIES For example, ```bash curl http://127.0.0.1 -H 'Host: www.linuxhub.org' curl http://127.0.0.1 -H 'Host: test'...

I write on a Update for FreeBSD. With 0.10.7, it stop with this error: ===> Building nginx-vts-exporter from . go: github.com/prometheus/[email protected]: Get "https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.5.1.mod": dial tcp: lookup proxy.golang.org on 213.133.100.100:53: write...

This PR fix issue: If you put the same server multiple times to upstream you will get an error "...was collected before with the same name and label" But I...