You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional info:
The SSL of the site is currently expired, and I am trying to set up monitoring for that URL.
Expected behavior:
Telegraf exposes SSL metrics for www.google.com, and indicated that it is expired (i.e. expiry as a negative value). That way alerts can be set up for certificates that are already expired, and no monitored sites are lost out of sight when the dashboard time frame moves.
Actual behavior:
Because www.testsite.com is expired, the pluging throws an error "[inputs.x509_cert]: Error in plugin: cannot get SSL cert 'https://testsite.com:443': x509: certificate has expired or is not yet valid"
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf:
[[inputs.x509_cert]]
sources = ["https://www.testsite.com:443""]
Additional info:
The SSL of the site is currently expired, and I am trying to set up monitoring for that URL.
Expected behavior:
Telegraf exposes SSL metrics for www.google.com, and indicated that it is expired (i.e. expiry as a negative value). That way alerts can be set up for certificates that are already expired, and no monitored sites are lost out of sight when the dashboard time frame moves.
Actual behavior:
Because www.testsite.com is expired, the pluging throws an error "[inputs.x509_cert]: Error in plugin: cannot get SSL cert 'https://testsite.com:443': x509: certificate has expired or is not yet valid"
The text was updated successfully, but these errors were encountered: