Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 599 Bytes

puppet-atop

Puppet Forge Build Status

Puppet module for managing atop.

Tested under:

  • Scientific Linux 5
  • Scientific Linux 6
  • CentOS 6
  • Debian Wheezy

Usage

Install atop and disable service.

class { 'atop': }

Install atop, configure and enable service.

class { 'atop':
  service  => true,
  interval => 120,
}