Browse Source

Use same collectd df options as StackLight MOS

tags/2016.12
Éric Lemoine 8 years ago
parent
commit
a607e433f9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      linux/files/collectd_df.conf

+ 4
- 0
linux/files/collectd_df.conf View File

@@ -7,4 +7,8 @@
FSType {{ fs_type }}
{%- endfor %}
IgnoreSelected {{ plugin.get('ignore_selected', False)|lower }}
ReportByDevice false
ReportInodes true
ValuesAbsolute true
ValuesPercentage true
</Plugin>

Loading…
Cancel
Save