Conversation
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.
Diff Against Old HTMLShow 13 lines from git_status.txtShow 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 — 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"><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>
+ <content type="html"><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>
</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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.