kaihendry/pingprom

SSL Expiry Says "yes"

skitzo2000 opened this issue · 3 comments

I have loaded pingprom onto an unraid server with a few adjustments. I modified it to use an influxDB instead of the local storage method.

Most of my sites show the correct date for expiry. But two of my sites just say "Yes" And I'm not entirely sure why or how to fix. From the code it appears that it should display this condition when there's less than 15 days left until expiry, but both sites don't expire until December. I've tried clearing out old data and completely reload Prometheus, but to no avail.

The only explanation I have is when I dig thru the data; those two sites start with a few blank lines that list no date at all(when things were first loaded up). Every other site seems to have picked up right away. And when I pull in Prometheus is shows a date currently.

Any help would be appreciated.

Paul

pingprom
pingprom2
pingprom3

https://github.com/kaihendry/pingprom/blob/master/grafana/dashboards/BlackboxExporter.json probably needs an update or has a bug. I'm not sure where I stole it from originally, haha

As a follow up to this it appears that the Grafana dashboard you have included is 7587: https://grafana.com/grafana/dashboards/7587

This can be more easily imported on Grafana using the above tag number. Unfortunately that does not solve the issue with SSL expiry. I will have to see what I can dig up to fix the dashboard. I'll provide updates here and eventually push a merge request if I find a fix.

Hey thanks for the initiative. The project pingprom is more of a learning tool in my mind than an actual product, since I spend zero time maintaining it. Though if you can help out, it would be greatly appreciated.