Splunk® App for Infrastructure (Legacy)

Administer Splunk App for Infrastructure

Acrobat logo Download manual as PDF


Acrobat logo Download topic as PDF

Collectd DF Plugin not generating output on Linux with XFS file system

The Collectd DF plugin configuration is not generating output on some Linux operating systems with an XFS file system, for example CentOS 7. This might happen if the installed Collectd package was not built with XFS support.

The configuration in the workaround below will be the default configuration for the Collectd DF Plugin for releases after SII 1.1.1.

Workaround

In collectd.conf file, set IgnoreSelected as true and add all FSType you do not want to be reported by Collectd. For example, change the DF plugin configuration in /etc/collectd.conf as follows:

<Plugin df>
FSType "autofs"
FSType "binfmt_misc"
FSType "cgroup"
FSType "configfs"
FSType "debugfs"
FSType "devpts"
FSType "devtmpfs"
FSType "hugetlbfs"
FSType "mqueue"
FSType "nfsd"
FSType "proc"
FSType "pstore"
FSType "rpc_pipefs"
FSType "securityfs"
FSType "sysfs"
FSType "tmpfs"
ReportByDevice true
ValuesAbsolute false
ValuesPercentage true
IgnoreSelected true
</Plugin>
Last modified on 08 July, 2020
PREVIOUS
Log data is not displaying alongside metric data
  NEXT
The status of an entity is not updating

This documentation applies to the following versions of Splunk® App for Infrastructure (Legacy): 1.3.0, 1.3.1, 1.4.0, 1.4.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1 Cloud only, 2.2.0 Cloud only, 2.2.1, 2.2.3 Cloud only, 2.2.4, 2.2.5


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters