r3kzi / clamav-prometheus-exporter

Prometheus-Exporter for ClamAV
Apache License 2.0
27 stars 21 forks source link

socket connection #6

Closed micah closed 3 years ago

micah commented 3 years ago

We connect to our clamd via sockets, and in order to use your exporter, we'd need to turn on TCP listening. Since an exporter typically runs on the same machine as the thing that it is exporting, it might be a useful change to provide a socket connection capability to speak to clamd as an alternative to the TCP based one.

r3kzi commented 3 years ago

Closed via 9f38c205b4a93153261a9e6e223c871b294544e8.

micah commented 3 years ago

Excellent, thanks for doing that, and so quickly! I really appreciate it.