Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

Please resolve conflicts if you still wish this to be considered.

As I understand it, this PR adds support for _client_ TLS authentication when talking to the Squid manager endpoint, i.e. squid-exporter will communicate securely with Squid and identify itself with...

Ok, but loading certificates into the `Certificates` slice of a `tls.Config` is for presenting to the other side of the connection, i.e. ``` // Certificates contains one or more certificate...

I notice that several of the metrics are specified as counters, but they will presumably fluctuate up and down as the number of available updates ebbs and flows. As such,...

@Wabri I won't take a serious look at this PR until the lint CI job is green. However, you seem to have overlooked my comment where I said that Python...

@Wabri There seems to be some miscommunication here, because your Python script does not make use of the official Prometheus Python client library at all. Let me be clear. Python...

> I saw that the library is lacking of documentation, for me at least. I literally posted a link to the client_python documentation in my previous comment: https://prometheus.github.io/client_python/

> You are right, I meant lacking "a good" documentation. But it is a personal thought. I agree, the online HTML documentation is a bit sparse, mostly only showing example...

@calvinbui Please open a new issue to track the phased updates functionality. AFAIK, testing a package's state for `SELSTATE_HOLD` relates to packages that have been _manually_ held, i.e. with `apt-mark...