Skip to content
Snippets Groups Projects

Telegraf monitoring for Karaage (hpc.erc.monash.edu.au)

Merged Kerri Wait requested to merge telegraf-1.15 into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -119,6 +119,15 @@
# Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true
# Returns ethtool statistics for given interfaces
[[inputs.ethtool]]
interval = "60s"
# List of interfaces to pull metrics for
# interface_include = ["mlx0", "p1p1"]
# List of interfaces to ignore when pulling metrics.
interface_exclude = ["eth0", "eth1", "lo", "virbr0"]
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
Loading