clamav-prometheus-exporter
clamav-prometheus-exporter copied to clipboard
Prometheus-Exporter for ClamAV
Hi, would it be possible to push a new image to dockerhub and/or configure automated builds if it's available to you please? For now I've rebuilt a docker image manually...
Hi, I've deployed clamav recently and started scraping from prometheus. There is an issue i found that mem gauges are returning "NaN" instead memory usage. Has anyone experienced such a...
Using current head of the branch, when I try to run the exporter, I get this error: ``` panic: runtime error: index out of range [2] with length 1 goroutine...
When I try to install, I'm getting the following: ``` GOPATH=/usr go get github.com/r3kzi/clamav-prometheus-exporter # github.com/prometheus/procfs/internal/util usr/src/github.com/prometheus/procfs/internal/util/parse.go:69:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/parse.go:78:15: undefined: os.ReadFile usr/src/github.com/prometheus/procfs/internal/util/readfile.go:36:9: undefined: io.ReadAll ```
Hi there! First off thanks so much for this exporter. I am hoping to put in a request to add a metric for Infected Files so that I may create...
Apparently clamav-prometheus-exporter does not react properly to kill -SIGTERM So far with old containerd < v1.5 this did not matter, as containerd did not react properly on reboot when used...
Hi, I was doing some testing running as a sidecar to a pod running clamav and a http interface, the http interface is using the same TCP port to send...
Im trying to connect it like sidecar in my deployment with clamav, but unfortunately it seems not working, vmservicescrape dont see metrics from exporter :(
that would be great to provide build in the release section for those who don'thave the possibility to use docker
Fixes https://github.com/r3kzi/clamav-prometheus-exporter/issues/15