Telegraf configuration changes

- Added shellscript for custom metrics - external IP & Temp
- Bumped Telegraf version #
This commit is contained in:
Nathaniel Landau
2022-03-10 09:28:59 -05:00
parent e66ea429a2
commit abbbdff16b
6 changed files with 39 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
[[inputs.exec]]
commands = ["/usr/local/bin/telegraf_custom_metrics.sh"]
timeout = "5s"
name_suffix = "_homelab_metrics"
data_format = "influx"