Skip to content
Snippets Groups Projects
Commit dd11f204 authored by Kerri Wait's avatar Kerri Wait Committed by Chris Hines
Browse files

Drop nfs disk stats from telegraf monitoring on compute nodes

parent 48c95190
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@
[[inputs.disk]]
{% if 'ComputeNodes' in group_names %}
interval = "60s"
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs", "nfsv4"]
{% endif %}
{% if 'LoginNodes' in group_names %}
interval = "60s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment