Open xrow opened 2 years ago
Hi, I have the same issue with varnish 6.0.11 who's running into docker... Thanks,
Couldn't reproduce this, any idea?
varnish_backend_up{backend="backend01",server="unknown"} 1
varnish_backend_up{backend="backend02",server="unknown"} 1
varnish_backend_up{backend="backend03",server="unknown"} 1
varnish_backend_up{backend="test_unhappy",server="unknown"} 0
6.6.2
latest from git
I have the feeling there is a logic error in https://github.com/jonnenauha/prometheus_varnish_exporter/blob/86fc1b025dd41eaf43a583a262daec6cad69b561/varnish.go#L187
In my example I have one healty backend reported by varnishadm backend.list -p. The backup_up is 0 though since backend_happy is also 0 since there is no probe. The failed backends is also 0.