Skip to content

Rephrased again.#307

Merged
Robpol86 merged 1 commit intomainfrom
rephrase
Sep 1, 2025
Merged

Rephrased again.#307
Robpol86 merged 1 commit intomainfrom
rephrase

Conversation

@Robpol86
Copy link
Owner

@Robpol86 Robpol86 commented Sep 1, 2025

When accessing the TrueNAS Telegraf page via city/category listing pages (thanks to Google not showing the direct page in search resuls anymore) the synopsis should be straight to the point. Only the first paragraph of the page is shown there.

When accessing the TrueNAS Telegraf page via city/category listing pages
(thanks to Google not showing the direct page in search resuls anymore)
the synopsis should be straight to the point. Only the first paragraph
of the page is shown there.
@github-actions
Copy link

github-actions bot commented Sep 1, 2025

Diff Against Old HTML

Show 13 lines from git_status.txt
M  blog.html
M  blog/2025.html
M  blog/atom.xml
M  blog/author/robert-pooley.html
M  blog/category/tutorials.html
M  blog/language/english.html
M  blog/location/melbourne.html
M  blog/location/queenstown.html
M  blog/tag/homelab.html
M  blog/tag/nas.html
M  posts/2025/2025-07-23-truenas-scale-telegraf.html
Show 47 lines from 2025-07-23-truenas-scale-telegraf.html
--- a/posts/2025/2025-07-23-truenas-scale-telegraf.html
+++ b/posts/2025/2025-07-23-truenas-scale-telegraf.html
@@ -9,14 +9,14 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
 <meta property="og:title" content="TrueNAS Telegraf, Influx, Grafana" />
 <meta property="og:type" content="website" />
 <meta property="og:url" content="http://localhost:8000/posts/2025/2025-07-23-truenas-scale-telegraf.html" />
 <meta property="og:site_name" content="Robpol86.com" />
-<meta property="og:description" content=",,,,,,,,,, Telegraf, InfluxDB, and Grafana are separate pieces of software that together allow you to graph metrics from your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see historical trends of space usage, CPU usage, and almost any..." />
+<meta property="og:description" content=",,,,,,,,,, This guide will explain how to setup Telegraf, InfluxDB, and Grafana on TrueNAS SCALE (Community Edition). This is how I run all three apps on my Beelink ME Mini NAS. As of this writing I’m running TrueNAS SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier ..." />
 <meta property="og:image" content="https://i.imgur.com/uXJoPnn.png" />
 <meta property="og:image:alt" content="Robpol86.com" />
-<meta name="description" content=",,,,,,,,,, Telegraf, InfluxDB, and Grafana are separate pieces of software that together allow you to graph metrics from your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see historical trends of space usage, CPU usage, and almost any..." />
+<meta name="description" content=",,,,,,,,,, This guide will explain how to setup Telegraf, InfluxDB, and Grafana on TrueNAS SCALE (Community Edition). This is how I run all three apps on my Beelink ME Mini NAS. As of this writing I’m running TrueNAS SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier ..." />
 <meta name="twitter:card" content="summary_large_image">
 <meta property="twitter:domain" content="localhost:8000">
 
     <title>TrueNAS Telegraf, Influx, Grafana &#8212; Robpol86.com</title>
   
@@ -819,19 +819,19 @@ document.write(`
 </td>
 </tr>
 </tbody>
 </table>
 </div>
-<p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
+<p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
+<p>Telegraf, InfluxDB, and Grafana are separate pieces of software that together allow you to graph metrics from
 your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
 historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
 Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
-<p>This guide will explain how to setup the TIG Stack on your NAS running
-<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS Community Edition (SCALE)</a>. This is how I run all three apps on
-my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
-SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 <p>Ever since I saw <a class="reference external" href="https://en.wikipedia.org/wiki/Multi_Router_Traffic_Grapher">MRTG</a> graphs at my first job at an ISP in 2003,
 I’ve always wanted to collect metrics and visualize them in graphs. Things like free disk space or CPU temperatures. I ran
 MRTG on my homelab file server for a few years, then tried <a class="reference external" href="https://en.wikipedia.org/wiki/RRDtool">RRDtool</a> for a bit. It was
 in 2015 at Uber where I learned about Grafana and fell in love with it. Not so much the Graphite backend they were using at
 the time. I first started running my own Grafana at home in 2017 with InfluxDB and Telegraf.</p>
Show 25 lines from 2025.html
--- a/blog/2025.html
+++ b/blog/2025.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 49 lines from atom.xml
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -1,33 +1,33 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
   <id>http://localhost:8000/</id>
   <title>Robpol86.com</title>
-  <updated>2025-09-01T03:48:34.097579+00:00</updated>
+  <updated>2025-09-01T23:54:28.919883+00:00</updated>
   <link href="http://localhost:8000/"/>
   <link href="http://localhost:8000/blog/atom.xml" rel="self"/>
   <generator uri="https://ablog.readthedocs.io/" version="0.11.12">ABlog</generator>
   <entry>
     <id>http://localhost:8000/posts/2025/2025-07-23-truenas-scale-telegraf.html</id>
     <title>TrueNAS Telegraf, Influx, Grafana</title>
     <updated>2025-09-01T00:00:00+00:00</updated>
     <author>
       <name>Robert Pooley</name>
     </author>
-    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;&lt;a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt;, &lt;a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/"&gt;InfluxDB&lt;/a&gt;,
-and &lt;a class="reference external" href="https://grafana.com/oss/grafana/"&gt;Grafana&lt;/a&gt; are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.&lt;/p&gt;
+    <content type="html">&lt;p class="ablog-post-excerpt"&gt;&lt;p&gt;This guide will explain how to setup &lt;a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt;,
+&lt;a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/"&gt;InfluxDB&lt;/a&gt;, and &lt;a class="reference external" href="https://grafana.com/oss/grafana/"&gt;Grafana&lt;/a&gt; on
+&lt;a class="reference external" href="https://www.truenas.com/truenas-community-edition/"&gt;TrueNAS SCALE (Community Edition)&lt;/a&gt;. This is how I run all three apps on
+my &lt;a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150"&gt;Beelink ME Mini&lt;/a&gt; NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.&lt;/p&gt;
 &lt;/p&gt;
 </content>
     <link href="http://localhost:8000/posts/2025/2025-07-23-truenas-scale-telegraf.html"/>
-    <summary>Telegraf, InfluxDB,
-and Grafana are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</summary>
+    <summary>This guide will explain how to setup Telegraf,
+InfluxDB, and Grafana on
+TrueNAS SCALE (Community Edition). This is how I run all three apps on
+my Beelink ME Mini NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</summary>
     <category term="homelab" label="homelab"/>
     <category term="nas" label="nas"/>
     <published>2025-09-01T00:00:00+00:00</published>
   </entry>
   <entry>
Show 25 lines from blog.html
--- a/blog.html
+++ b/blog.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from english.html
--- a/blog/language/english.html
+++ b/blog/language/english.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from homelab.html
--- a/blog/tag/homelab.html
+++ b/blog/tag/homelab.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from melbourne.html
--- a/blog/location/melbourne.html
+++ b/blog/location/melbourne.html
@@ -724,15 +724,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from nas.html
--- a/blog/tag/nas.html
+++ b/blog/tag/nas.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from queenstown.html
--- a/blog/location/queenstown.html
+++ b/blog/location/queenstown.html
@@ -724,15 +724,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from robert-pooley.html
--- a/blog/author/robert-pooley.html
+++ b/blog/author/robert-pooley.html
@@ -724,15 +724,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>
Show 25 lines from tutorials.html
--- a/blog/category/tutorials.html
+++ b/blog/category/tutorials.html
@@ -722,15 +722,15 @@ document.write(`
       
   </li>
    
 </div>
     </ul>
-    <p class="ablog-post-excerpt"><p><a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>, <a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>,
-and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> are separate pieces of software that together allow you to graph metrics from
-your servers and devices. With these graphs, charts, and other visualization tools available in Grafana, you can see
-historical trends of space usage, CPU usage, and almost anything else. The three components make up the “TIG Stack”, where
-Telegraf collects the data, InfluxDB stores the data in a kind of database, and Grafana produces the graphs and alerts.</p>
+    <p class="ablog-post-excerpt"><p>This guide will explain how to setup <a class="reference external" href="https://www.influxdata.com/time-series-platform/telegraf/">Telegraf</a>,
+<a class="reference external" href="https://docs.influxdata.com/influxdb/v2/get-started/">InfluxDB</a>, and <a class="reference external" href="https://grafana.com/oss/grafana/">Grafana</a> on
+<a class="reference external" href="https://www.truenas.com/truenas-community-edition/">TrueNAS SCALE (Community Edition)</a>. This is how I run all three apps on
+my <a class="reference external" href="https://www.bee-link.com/products/beelink-me-mini-n150">Beelink ME Mini</a> NAS. As of this writing I’m running TrueNAS
+SCALE 25.04.1 (Fangtooth). The scope of this guide is to implement homelab-tier monitoring on a single node.</p>
 </p>
 
     <p class="ablog-post-expand">
       <a href="../../posts/2025/2025-07-23-truenas-scale-telegraf.html"><em>Read more ...</em></a>
     </p>

@Robpol86 Robpol86 merged commit ffc3a62 into main Sep 1, 2025
7 checks passed
@Robpol86 Robpol86 deleted the rephrase branch September 1, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant