Results 18 comments of Rick O'Sullivan

I need to catch the earliest expiration date of the client certificate chain. The name could be `probe_ssl_earliest_client_cert_expiry`.

Then my planned alert rule in Prometheus will fire 30 days in advance of expiration of the client certificate: `probe_ssl_earliest_client_cert_expiry{job="WATCH-TCPTLS"} - time() < 86400 * 30`

In my architecture, the blackbox_exporter plus the probe_ssl_earliest_cert_expiry metric solves my certificate alert need nicely. My architecture is cloud based with Pound reverse proxy load balancers to front the back...

Our client cert update is a manual process. The black box alert will greatly improved our ability to keep it valid. On Tue, Feb 25, 2020, 09:54 Brian Brazil wrote:...

In my [fork](https://github.com/patrodyne/hisrc-hyperjaxb#readme), I have exposed `maxIdentifierLength` in this [commit](https://github.com/patrodyne/hisrc-hyperjaxb/commit/dc22a02eb94f17bc4ad7ebf84c01ba1940cc45f5). Please [post](https://github.com/patrodyne/hisrc-hyperjaxb/issues) any questions to my fork, thanks.

Version 2.1.0 of the [HiSrc HyperJAXB][1] fork is a updated [release][2]. The source/target (release) compatibility is at Java 11, up from Java 8. And, JDK 17 is used for the...

Here's a small example to demonstrate multiple generation of `Map otherAttributes`; which as the OP stated, leads to: **IllegalAnnotationsException** ~~~ org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException: Can't have @XmlAnyAttribute when a base class has it...

Thank you for the suggestion. See dd0c969da7404858e5ee3bbb1c3f04d54981c232.

You're welcome. I release periodically but I prefer not to estimate ETAs. :wink: