Created
May 2, 2017 18:38
-
-
Save aheadley/d36397670c3eee29c67528133d357e7e to your computer and use it in GitHub Desktop.
Example Telegraf config for FreeNAS 9.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global_tags] | |
role = "freenas" | |
# | |
# OUTPUTS: | |
# | |
[[outputs.influxdb]] | |
# insert influxdb config here | |
# | |
# INPUTS: | |
# | |
[[inputs.cpu]] | |
percpu = true | |
totalcpu = true | |
[[inputs.io]] | |
[[inputs.mem]] | |
[[inputs.net]] | |
[[inputs.swap]] | |
[[inputs.system]] | |
[[inputs.diskio]] | |
[[inputs.netstat]] | |
[[inputs.zfs]] | |
poolMetrics = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome, thank you!