Skip to content

gnubila-france/puppet-atop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
}