Version information
released Oct 23rd 2016
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 3.8.0 < 5.0.0
Start using this module
Add this module to your Puppetfile:
mod 'cjtoolseram-atop', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
cjtoolseram/atop — version 0.2.1 Oct 23rd 2016
atop
Table of Contents
Description
Puppet Module to manage atop
Easy Setup
Install atop with default configuration
include atop
##Advance Usage
Example usage if having custom configuration
class { 'atop':
service_run => true,
service_enable => false,
interval => 120,
logpath => '/var/log/myatop/atop',
confpath => '/etc/sysconfig/atop',
}
##Parameters
service_run
Ensure the service running or stopped. Accept true
or false
. Default: true
service_enable
Ensure the service enabled or disable. Accept true
or false
. Default: true
interval
Interval between snapshots. Default: 600
logpath
Path do snapshots logging. Default: /var/log/atop
confpath
Path do snapshots logging. Default: /etc/sysconfig/atop
##Development Please help to expand this module across multiple linux distros.
Dependencies
- stahnma/epel (>= 1.2.2 < 5.0.0)