It seems to me that the check_cert plugin is missing an option to specify the connection address (host or IP) independently of the URL address—similar to the –server option in check_httpv2.
I’m currently migrating HTTP check rules from the deprecated “Check HTTP service” plugin, and I have a use case where I need to monitor certificates on standby reverse proxies. These proxies terminate the same certificates but are reachable via different IPs than the primary sites.
I found that I can handle this with check_httpv2, but check_cert provides better visibility and integration for certificate-specific monitoring.
Am I correct that this option doesn’t exist in check_cert, or is there a configuration feature I may have overlooked?
Thanks!