Replies: 2 comments
-
I think you want https://github.com/influxdata/telegraf, not this repository. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also required, and labels can be set for each device
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to point to a IP list file instead of putting all the IP addresses to poll into the various telegraf.conf files?
For example currently it's like this on our Linux server:
agents = [ "10.116.1.100:161","10.116.1.101:161","10.116.1.102:161" ]
Can we use something like:
agents = /etc/telegraf/telegraf.d/ipaddresses.txt
Thanks
Beta Was this translation helpful? Give feedback.
All reactions