Skip to content
Snippets Groups Projects

Update telegraf config to parse /proc/net/softnet_stat details

Merged Kerri Wait requested to merge ft-telegraf-networking into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -157,6 +157,14 @@
timeout="4s"
interval="300s"
[[inputs.exec]]
commands = [
"awk -v -f /opt/telegraf/bin/telegraf_softnet_stats.awk /proc/net/softnet_stat"
]
data_format = "influx"
timeout="4s"
interval="600s"
# Both Slurm ManagementNodes will log sdiag stats, but no Compute or Login nodes will
{% if 'ManagementNodes' in group_names %}
[[inputs.exec]]
Loading