From 9470c4ea45766b5b399e7960093c2c9ce5c626bb Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Sat, 6 Mar 2021 15:25:14 -0500 Subject: [PATCH] telegraf_unbound_lite.sh Quick blurb --- plugins/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 396cec4..bcdeee7 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -13,6 +13,10 @@ If you have both 2.7 and 3.7 on your system, use 3.7 Thanks to [this thread](https://forum.netgate.com/topic/152132/grafana-dashboard-using-telegraf-with-additional-plugins/16), user [bigjohns97](https://forum.netgate.com/user/bigjohns97) for following up and [fastjack](https://gist.github.com/fastjack) for the dev effort. +# telegraf_unbound_lite.sh +#### This plugin is not in use on my system but it's still worth documenting. +If you only care about some of the unbound metrics and don't want to waste space collecting all the unwanted unbound metrics, here's a plugin for you. + # telegraf_netifinfo_plugin #### This plugin is not in use on my system but it's still worth documenting. I found a plugin to get IP, MAC, IF Name and Status. [On this thread](https://github.com/influxdata/telegraf/issues/3756#issuecomment-485606025 "On this thread") a user posts some go code for a telegraf plugin. I fired up a FreeBSD 11 ami on amazon, installed go and compiled a binary version of the code. It's worked as expected but my queries and formatting could use some help.