Telegraf Support with Basic Metric Alarms #4515
Labels
area:monitor
Everything related to monitors
feature-request
Request for new features to be added
type:new
proposing to add a new monitor
π I have found these related issues/pull requests
I checked and didn't find similar feature request.
π·οΈ Feature Request Type
New monitor
π Feature description
I would like to propose the implementation of Telegraf support and the addition of basic metric alarms for RAM, CPU, and disk space in Uptimekuma. This enhancement aims to simplify monitoring tasks, particularly in home lab environments where existing solutions are very complicated and difficult to implement, especially for beginners. With notifications already in place within Uptimekuma, users can seamlessly manage and respond to alerts without the need for additional tools or configurations.
Proposal:
βοΈ Solution
Getting Telegraf set up is quite easy:
1 β Install Telegraf as described on the official website. Select Ubuntu & Debian as platforms.
https://www.influxdata.com/downloads/
2 β Open configuration.
sudo nano /etc/telegraf/telegraf.conf
Remove or rename the following lines in the configuration.
3 β Start telegraph
sudo systemctl start telegraf
Messages will arrive in JSON format. After some formatting it can look like this, where you just have to find the appropriate parameters and use them.
β Alternatives
I haven't found a solution as simple as Uptimekuma.
π Additional Context
Great project. Thank you for all the work everyone is putting in here!
The text was updated successfully, but these errors were encountered: