I have configured and installed blackbox exporter to monitor application url and SSL expiry in grafana dashboard , I see the SSL expiry is showing wrong
probe_ssl_earliest_cert_expiry{instance=~"$target"} -time()
but on priometheus panel i was able to get the correct data of expiration.
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/77995789-75a7-4d14-93df-9c7d20d97221%40googlegroups.com.
Hi James,Multiply the expiry value you receive from probe_ssl_earliest_cert_expiry with thousand when you use it on Grafana. We can directly apply the units on Grafana without subtracting the time() from it.Thanks,Murali Kanagala
On Thu, Apr 23, 2020, 4:26 AM James Eduard Andaya <jamesedu...@gmail.com> wrote:
--I have configured and installed blackbox exporter to monitor application url and SSL expiry in grafana dashboard , I see the SSL expiry is showing wrong
probe_ssl_earliest_cert_expiry{instance=~"$target"} -time()
but on priometheus panel i was able to get the correct data of expiration.
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/35888b1a-4c08-4f9c-8db3-2ff8e8416104%40googlegroups.com.
The status on grafana is incorrect based on actual ssl certificate expiry, pelase refer below on the screenshoot.
In what ways is the expiry being shown incorrectly in Grafana? Can you provide a screenshot including the panel output in Grafana as well?
On Thu, Apr 23, 2020 at 12:33 PM James Eduard Andaya <jamesedu...@gmail.com> wrote:
Hi sir thanks for the input how, im using those on grafana--probe_ssl_earliest_cert_expiry{instance=~"$target"} - time()
Regards,James
On Thursday, April 23, 2020 at 6:05:24 PM UTC+8, Murali Krishna Kanagala wrote:Hi James,Multiply the expiry value you receive from probe_ssl_earliest_cert_expiry with thousand when you use it on Grafana. We can directly apply the units on Grafana without subtracting the time() from it.Thanks,Murali KanagalaOn Thu, Apr 23, 2020, 4:26 AM James Eduard Andaya <jamesedu...@gmail.com> wrote:--I have configured and installed blackbox exporter to monitor application url and SSL expiry in grafana dashboard , I see the SSL expiry is showing wrong
probe_ssl_earliest_cert_expiry{instance=~"$target"} -time()
but on priometheus panel i was able to get the correct data of expiration.
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/77995789-75a7-4d14-93df-9c7d20d97221%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/35888b1a-4c08-4f9c-8db3-2ff8e8416104%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/35888b1a-4c08-4f9c-8db3-2ff8e8416104%40googlegroups.com.
The status on grafana is incorrect based on actual ssl certificate expiry, pelase refer below on the screenshoot.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4b5ac84a-fe3c-4998-9cb4-7e0f8c6f3fd6%40googlegroups.com.
Regards,
James
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4b5ac84a-fe3c-4998-9cb4-7e0f8c6f3fd6%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4b5ac84a-fe3c-4998-9cb4-7e0f8c6f3fd6%40googlegroups.com.
In your Grafana panel under Visualization -> Units, what is the unit set to for this graph? It looks like it might be set to micro- or nanoseconds, but you need to set it to seconds.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4b5ac84a-fe3c-4998-9cb4-7e0f8c6f3fd6%40googlegroups.com.
@brian Brazil can you check this https://github.com/greg-solutions/blackbox_exporter/commit/b869cef1368e2728bbbb5ac8f74f61f1b4ce3a75 can we apply the fixes or update ?
@brian Brazil can you check this https://github.com/greg-solutions/blackbox_exporter/commit/b869cef1368e2728bbbb5ac8f74f61f1b4ce3a75 can we apply the fixes or update ?
Ok noted, so is there any work around to add the request like display the actual expiration based on the certificate actual status?