<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Looking for the perfect Dashboard: InfluxDB, Telegraf, and Grafana &#8211; Part XX (Monitoring SSL Certificates x.509)	</title>
	<atom:link href="https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Mon, 24 Apr 2023 12:01:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Sino		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1910</link>

		<dc:creator><![CDATA[Sino]]></dc:creator>
		<pubDate>Mon, 24 Apr 2023 12:01:24 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1910</guid>

					<description><![CDATA[Hi Jorge,
great work thank you for this wonderful dashboard.

I have found some issue after configuring the source url under telegraf [[inputs.x509_cert]]. On the dashboard not all domains are shown which I configured under inputs. After searching the dashbaord query &#038; changed the default query for field SAN to common_name. Dashboard is showing all domains.

question is there any special reason why you r quering the field SAN? 

Default query:
  from(bucket: v.defaultBucket)
  &#124;&#062; range(start: v.timeRangeStart, stop: v.timeRangeStop)
  &#124;&#062; filter(fn: (r) =&#062; r[&quot;_measurement&quot;] == &quot;x509_cert&quot;)
  &#124;&#062; filter(fn: (r) =&#062; r[&quot;san&quot;] != &quot;&quot;)
  &#124;&#062; keep(columns: [&quot;san&quot;])
  &#124;&#062; distinct(column: &quot;san&quot;)
  &#124;&#062; group()


changed to 

from(bucket: v.defaultBucket)
  &#124;&#062; range(start: v.timeRangeStart, stop: v.timeRangeStop)
  &#124;&#062; filter(fn: (r) =&#062; r[&quot;_measurement&quot;] == &quot;x509_cert&quot;)
  &#124;&#062; filter(fn: (r) =&#062; r[&quot;common_name&quot;] != &quot;&quot;)
  &#124;&#062; keep(columns: [&quot;common_name&quot;])
  &#124;&#062; distinct(column: &quot;common_name&quot;)
  &#124;&#062; group()

Regards

Sino]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge,<br />
great work thank you for this wonderful dashboard.</p>
<p>I have found some issue after configuring the source url under telegraf [[inputs.x509_cert]]. On the dashboard not all domains are shown which I configured under inputs. After searching the dashbaord query &amp; changed the default query for field SAN to common_name. Dashboard is showing all domains.</p>
<p>question is there any special reason why you r quering the field SAN? </p>
<p>Default query:<br />
  from(bucket: v.defaultBucket)<br />
  |&gt; range(start: v.timeRangeStart, stop: v.timeRangeStop)<br />
  |&gt; filter(fn: (r) =&gt; r[&#8220;_measurement&#8221;] == &#8220;x509_cert&#8221;)<br />
  |&gt; filter(fn: (r) =&gt; r[&#8220;san&#8221;] != &#8220;&#8221;)<br />
  |&gt; keep(columns: [&#8220;san&#8221;])<br />
  |&gt; distinct(column: &#8220;san&#8221;)<br />
  |&gt; group()</p>
<p>changed to </p>
<p>from(bucket: v.defaultBucket)<br />
  |&gt; range(start: v.timeRangeStart, stop: v.timeRangeStop)<br />
  |&gt; filter(fn: (r) =&gt; r[&#8220;_measurement&#8221;] == &#8220;x509_cert&#8221;)<br />
  |&gt; filter(fn: (r) =&gt; r[&#8220;common_name&#8221;] != &#8220;&#8221;)<br />
  |&gt; keep(columns: [&#8220;common_name&#8221;])<br />
  |&gt; distinct(column: &#8220;common_name&#8221;)<br />
  |&gt; group()</p>
<p>Regards</p>
<p>Sino</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BF		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1620</link>

		<dc:creator><![CDATA[BF]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 13:47:23 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1620</guid>

					<description><![CDATA[That’s a hack, but I was able to &quot;fix&quot; my issue with weird values by adding `AND expiry / 60 / 60 / 24 &#060; 1000` to the queries in Grafana. I still don’t understand why these appear and I haven’t found anything online.]]></description>
			<content:encoded><![CDATA[<p>That’s a hack, but I was able to &#8220;fix&#8221; my issue with weird values by adding `AND expiry / 60 / 60 / 24 &lt; 1000` to the queries in Grafana. I still don’t understand why these appear and I haven’t found anything online.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BF		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1618</link>

		<dc:creator><![CDATA[BF]]></dc:creator>
		<pubDate>Fri, 31 Dec 2021 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1618</guid>

					<description><![CDATA[I experiment the same issue as Peter Bond. The metric keeps jumping between what looks like the correct measurement, 1354 and 1004 days. These weird 1354 and 1004 values are the same for all domains. This is an issue from Telegraf but I’m not sure where to start.]]></description>
			<content:encoded><![CDATA[<p>I experiment the same issue as Peter Bond. The metric keeps jumping between what looks like the correct measurement, 1354 and 1004 days. These weird 1354 and 1004 values are the same for all domains. This is an issue from Telegraf but I’m not sure where to start.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Bond		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1262</link>

		<dc:creator><![CDATA[Peter Bond]]></dc:creator>
		<pubDate>Mon, 03 Aug 2020 08:43:49 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1262</guid>

					<description><![CDATA[Hi,

After implementing, it worked but after page reload the expiry date values changes...becomes inconsistent and outright wrong in most cases, is anyone experiencing same?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>After implementing, it worked but after page reload the expiry date values changes&#8230;becomes inconsistent and outright wrong in most cases, is anyone experiencing same?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: syifa		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1179</link>

		<dc:creator><![CDATA[syifa]]></dc:creator>
		<pubDate>Fri, 15 May 2020 13:10:55 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1179</guid>

					<description><![CDATA[Is it possible to monitor each services in zmcontrol?]]></description>
			<content:encoded><![CDATA[<p>Is it possible to monitor each services in zmcontrol?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1160</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Wed, 06 May 2020 09:16:35 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1160</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1159&quot;&gt;Jeronimo&lt;/a&gt;.

Saludos Jeronimo, si claro, solo pon los diferentes dominios en el fichero de configuracion, debe funcionar bien. O te refieres a un SSL con multidominio?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1159">Jeronimo</a>.</p>
<p>Saludos Jeronimo, si claro, solo pon los diferentes dominios en el fichero de configuracion, debe funcionar bien. O te refieres a un SSL con multidominio?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeronimo		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1159</link>

		<dc:creator><![CDATA[Jeronimo]]></dc:creator>
		<pubDate>Wed, 06 May 2020 08:06:47 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1159</guid>

					<description><![CDATA[Hola  muchas gracias muy buena guiá y data.
Tienen algún ejemplo para monitorear  varios dominios.
No pude dar con la información correcta de como agregar mas dominios. gracias.]]></description>
			<content:encoded><![CDATA[<p>Hola  muchas gracias muy buena guiá y data.<br />
Tienen algún ejemplo para monitorear  varios dominios.<br />
No pude dar con la información correcta de como agregar mas dominios. gracias.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1122</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Wed, 11 Mar 2020 14:03:38 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1122</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1121&quot;&gt;Carl S&lt;/a&gt;.

Hello Carl, you will need to delete the data from Influxdb, as they are SSL, you can delete the whole measurement I would say.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1121">Carl S</a>.</p>
<p>Hello Carl, you will need to delete the data from Influxdb, as they are SSL, you can delete the whole measurement I would say.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl S		</title>
		<link>https://jorgedelacruz.uk/2020/02/10/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xx-monitoring-ssl-certificates-x-509/#comment-1121</link>

		<dc:creator><![CDATA[Carl S]]></dc:creator>
		<pubDate>Wed, 11 Mar 2020 13:56:22 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1729#comment-1121</guid>

					<description><![CDATA[Hi, thanks for another great guide!

I have one question, I managed to get it running with a couple of URL&#039;s but when I remove some of them from the ssl.conf and restart telegraf it doesn&#039;t seem to remove it from the dashboard. They just show up as N/A now. 

How can I remove them from there?

Regards
Carl]]></description>
			<content:encoded><![CDATA[<p>Hi, thanks for another great guide!</p>
<p>I have one question, I managed to get it running with a couple of URL&#8217;s but when I remove some of them from the ssl.conf and restart telegraf it doesn&#8217;t seem to remove it from the dashboard. They just show up as N/A now. </p>
<p>How can I remove them from there?</p>
<p>Regards<br />
Carl</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-15 18:40:46 by W3 Total Cache
-->