Configuring Linux OS Agent file system data collection

The Monitoring Agent for Linux OS is configured automatically. However, you can configure the behavior for file system data collection.

The Monitoring Agent for Linux OS has default behavior for file system data collection.

The default behavior is to monitor file systems from the /etc/fstab only. An environment variable KBB_SHOW_MTAB_FS is defined in thelz.environment file to control the file system data collection behavior. If you want to monitor all file systems (listed in /etc/fstab and /etc/mtab), you can set KBB_SHOW_MTAB_FS=true.

KBB_SHOW_MTAB_FS
This variable is available in the install_dir/config/.lz.environment file. The default value is false and defines the agent to monitor file systems from the /etc/fstab only. If you want to monitor all file systems (listed in /etc/fstab and/etc/mtab), change the value to true. For example, KBB_SHOW_MTAB_FS=true.