/puppet-profile_xfs_quota

This profile creates an xfs quota checking script that is run by telegraf

Primary LanguageRuby

profile_xfs_quota

pdk-validate yamllint

Table of Contents

  1. Description
  2. Setup - The basics of getting started with profile_xfs_quota
  3. Usage - Configuration options and additional functionality

Description

This puppet profile sets up an xfs quota script to check quota enabled xfs volumes, and automates those checks via telegraf.

Setup

Include profile_xfs_quota in a puppet profile

include ::profile_xfs_quota

Usage

Define the path of your xfs volume with profile_xfs_quota::volume_path

  • profile_xfs_quota::volume_path: "/path/to/xfsmount"

Reference

See: REFERENCE.md

Limitations

The quota checks will only work on xfs volumes with quotas enabled.

Development

This Common Puppet Profile is managed by NCSA for internal usage.