mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 18:03:40 -05:00
Telegraf configuration changes
- Added shellscript for custom metrics - external IP & Temp - Bumped Telegraf version #
This commit is contained in:
5
templates/telegraf/custom_metrics.conf.j2
Normal file
5
templates/telegraf/custom_metrics.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
[[inputs.exec]]
|
||||
commands = ["/usr/local/bin/telegraf_custom_metrics.sh"]
|
||||
timeout = "5s"
|
||||
name_suffix = "_homelab_metrics"
|
||||
data_format = "influx"
|
||||
Reference in New Issue
Block a user