#influxdb

Rad Web Hostingradwebhosting
2025-06-28

How to Deploy a Telegraf, and Stack on

This article provides a guide demonstrating how to deploy a Telegraf, InfluxDB and Grafana stack on VPS server. Commonly known as TIG, Telegraf, InfluxDB and Grafana collectively make a powerful monitoring stack on your Debian VPS server.

With InfluxDB for data storage, for data collection, and Grafana for data ...
Continued 👉 blog.radwebhosting.com/how-to-

Corin Ashwell 🌍 🌿 🍄🏳️‍⚧️corin_ja
2025-06-26

Anyone on here got any experience ingesting data into via (I guess) so it can be graphed in ?

VictoriaMetricsvictoriametrics
2025-06-24

After collecting metrics, vmagent lets you filter, relabel, and transform data before sending it to one or more storage systems.

Full control, less noise.

Learn all about it in the new article from @func25 !👇
hubs.li/Q03rDl3K0

VictoriaMetricsvictoriametrics
2025-06-24

We're kicking off a new series on the core components of VictoriaMetrics! 🚀

First up: , the lightweight agent for collecting all your metrics.

It works in two main ways:
🔄 PULL: Scrapes endpoints like .
📥 PUSH: Accepts data from , , & more.

On the theme of #homebrew #beer , software, and #selfhosting I wanna give a shout out to a really cool solution for collecting fermentation data from the highly-popular #tilt hydrometer using Tilt-Pi, #influxdb , and #grafana :
github.com/StianJosok/tilt-pi-

My implementation is still a bit rough around the edges, but it allows me to track and visualize every fermentation, and even make the status of my beers visible when I am away from home! Props to GitHub user StianJosek for putting it together!!

A plot of some statistics taken from a website, showing beer specific gravity
mastodon.raddemo.hostadmin@mastodon.raddemo.host
2025-06-21

How to Deploy a Telegraf, #InfluxDB and #Grafana Stack on #Debian #VPS

This article provides a guide demonstrating how to deploy a Telegraf, InfluxDB and Grafana stack on #Debian VPS server. Commonly known as TIG, Telegraf, InfluxDB and Grafana collectively make a powerful monitoring stack on your Debian VPS server.

With InfluxDB for data storage, #Telegraf for data collection, and Grafana for data ...
Continued 👉 blog.radwebhosting.com/how-to- #reverseproxy #vpsguide #letsencrypt #installguide

2025-06-20

@digitalkrampus

Thanks for sharing.

It appears that you use #InfluxDB to store time series data. How do you collect/scrape?

2025-06-19

Grafana is so awesome. It's abilities coupled with those of the Flux language make things so easy. I am just starting to scratch the surface of what I can display.



A screenshot of a Grafana dashboard showing current temperature, relative humidity, wind speed, wind direction, and rainfall as gauges. Below the gauges are seven day time series charts for temperature, relative humidity, filtered wind speed, and rate of rainfall.

The filtered wind speed uses a sliding average window.
2025-06-19

It turns out I am just an idiot.

It was DNS.

Definitely need a shirt that says that by @geerlingguy



2025-06-19

This seems to be an issue with rtl_433 while using -F "influx://", not an issue with the firewall or InfluxDB docker container.

I can run a test python script from the same machine that is running the rtl_433 tool and write successfully to the remote InfluxDB instance. Also tried the same and different API Tokens as well as the same and different buckets just to check.

Unclear why rtl_433 can only write to a local InfluxDB instance.



2025-06-18

Well adding a remote InfluxDB source to Grafana is easy-peasy. Now I just need to figure out why I cannot seem to write data to a remote InfluxDB instance.




A screenshot with four colored boxes of green, blue, and yellow from left to right. Each respective box has large numbers indicating the current temperature, relative humidity, and wind speed and a background graph showing the change in those values over the last twenty four hours.
2025-06-17

I've been learning a lot about the rtl-433 library used with an RTLSDR v4 dongle and trying to capture data from my AcuRite 5 in 1 weather station.

Debian 12 currently has the following versions available through the package manager:

librtlsdr-dev (0.6.0-4)
rtl-sdr (0.6.0-4)
rtl-433 (22.11-1)

However, it seems like the driver for the v4 dongle is too old to properly support it. I kept getting the error:

bitbuffer_add_bit: Warning: row count limit (50 rows) reached



Andrew Vojakavojak
2025-06-14

Long overdue, but I just published the 2.0 update for my Pi-hole InfluxDB Monitor: github.com/avojak/pihole-influ

Built for those of us who run a Pi-hole and are obsessed with pretty graphs 🙂

Mauricio Teixeira 🇺🇸🇧🇷badnetmask@hachyderm.io
2025-05-31

I've been postponing upgrading my InfluxDB v1 to v2 for months. When I finally decide to do it, I realize there is v3, but lots of people recommend to just stay on v1 (v2 has always been considered a bad idea anyway).

Now I have no idea what to do, and it will take a few other months to come up with a decision. 😄

#HomeLab #InfluxDB

Rainer "friendica" Sokollrainer@friendica.sokoll.com
2025-05-31

Ja großartig.
Ich habe eine #Influxdb, scheinbar schreibt wenigstens ein #Telegraf dort hinein. Jetzt muß ich nur noch herausbekommen, wo dieses Telegraf läuft und was es schreibt 😀

Oh, einen Kandidaten habe ich gefunden: den Router.

root@sokoll-router:~# systemctl --full --no-pager status telegraf
* telegraf.service - The plugin-driven server agent for reporting metrics into InfluxDB
   Loaded: loaded (/lib/systemd/system/telegraf.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2025-03-12 06:25:26 CET; 2 months 19 days ago
     Docs: https://github.com/x70b1/telegraf-edgeos
 Main PID: 895 (telegraf)
   CGroup: /system.slice/telegraf.service
           `-895 /usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d

Und dort finde ich unter anderem:
[agent]
  hostname = "router.sokoll"
  urls = ["https://a.sokoll.com:8086"]
  username = "telegraf"

Keine Ahnung, ob noch weitere Clients existieren.

Ja, ich bin Archäologe 😉

Rad Web Hostingradwebhosting
2025-05-31

How to Deploy a Telegraf, and Stack on

This article provides a guide demonstrating how to deploy a Telegraf, InfluxDB and Grafana stack on VPS server. Commonly known as TIG, Telegraf, InfluxDB and Grafana collectively make a powerful monitoring stack on your Debian VPS server.

With InfluxDB for data storage, for data collection, and Grafana for data ...
Continued 👉 blog.radwebhosting.com/how-to-

Rad Web Hostingradwebhosting
2025-05-26

How to Deploy a Telegraf, and Stack on

This article provides a guide demonstrating how to deploy a Telegraf, InfluxDB and Grafana stack on VPS server. Commonly known as TIG, Telegraf, InfluxDB and Grafana collectively make a powerful monitoring stack on your Debian VPS server.

With InfluxDB for data storage, for data collection, and Grafana for data ...
Continued 👉 blog.radwebhosting.com/how-to-

2025-05-14

InfluxDB 3.0のコアアーキテクチャでもある、FDAP stack。
* Apache Arrow
* Arrow Flight
* DataFusion
* Parquet
Parquet流行ってるね。

FDAP Stack | InfluxData
influxdata.com/glossary/fdap-s

#fdap_sack #InfluxDB

2025-05-14

Thanks to Prometheus, apcupsd_exporter and Grafana, I now have a modern way to scrap the power consumption and battery state of my storage servers.

This blog post helped me a lot (I'm not the author) brendonmatheson.com/2020/02/20

Next step: mqtt for my sensors🤞

I will then uninstall Telegraf and InfluxDB 👋

#prometheus #apcupsd #grafana #telegraf #influxdb #observability #selfhosting

Grafana dashboard with 3 rows: battery charge, time left and power consumption. Each row has 3 columns, one for each storage server.
Mat (notenoughtech)notenoughtech@mastodon.world
2025-05-07

After playing with #HomeAssistant for a couple of weeks, I have moved it to my permanent automation server. It will live along #NodeRED, #Grafana #Postres #InfluxDB nodes on #Super6C - a #ComputeModule4 cluster I dedicated to home automation:
notenoughtech.com/featured/24-

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst