Forge Home

6,475 downloads

6,194 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.1 (latest)
  • 0.2.0
  • 0.1.0
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

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'cjtoolseram-atop', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add cjtoolseram-atop
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install cjtoolseram-atop --version 0.2.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

cjtoolseram/atop — version 0.2.1 Oct 23rd 2016

atop

Table of Contents

  1. Description
  2. Easy Setup
  3. Advance Usage
  4. Parameters
  5. Development

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.