Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 945 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 945 Bytes

Puppet Linux process accounting module

This module enables Linux process accounting.

Requirements

Module has been tested on:

  • Puppet 5.5
  • Debian 7,8,9 and RHEL/CentOS 6,7 and SLES/SLED

Required modules:

Quick Start

Setup process accouting

include psacct

Full configuration options:

class { 'psacct':
  enabled                 => true|false,  # enable state
  logging                 => 30,          # days to keep log history
  manage_etc_default_acct => true|false,  # modify /etc/default/acct
  logfile                 => '...',       # accounting log file
  packages                => [...],       # list of packages to install
  service                 => '...',       # service name
}

Contributors


CERIT Scientific Cloud, [email protected]