Puppet module for managing atop.
Tested under:
- Scientific Linux 5
- Scientific Linux 6
- CentOS 6
- Debian Wheezy
Install atop and disable service.
class { 'atop': }
Install atop, configure and enable service.
class { 'atop':
service => true,
interval => 120,
}