Forge Home

sargrapho

A puppet module to install SarGraphO.

10,000 downloads

10,000 latest version

4.1 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

  • 1.0.0 (latest)
released Oct 24th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'jcannon-sargrapho', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jcannon-sargrapho
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jcannon-sargrapho --version 1.0.0

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

jcannon/sargrapho — version 1.0.0 Oct 24th 2013

sargrapho

Overview

The SarGraphO module installs SarGraphO. SarGraphO collects sar data, graphs it, and generates web pages to display the graphs.

Requirements

SarGraphO works with the RedHat family of Linux distributions.

Reference

Classes:

###Class: sargrapho: This class allows you to change the rpm name and rpm URL for the SarGraphO package.

For example, if you maintain a local repository you could do this:

class { 'sargrapho':
  rpm_url => 'http://sargarpho.local.com/releases/sargrapho-1.0.0-1.noarch.rpm',
}

####rpm The name of the RPM package to install. Default: sargrapho-1.0.0-1.noarch.rpm

####rpm_url The URL of the RPM package to install. Default: https://github.com/jasonc/sargrapho/releases/download/v1.0.0/#{node['sargrapho']['rpm']}

Usage

sargrapho::default

class { 'sargrapho': }

Contributing

  1. Fork the repository on Github.

    $ git clone git@github.com:jasonc/puppet-sargrapho.git

  2. Create a named feature branch (like add_component_x)

  3. Write your change

  4. Write tests for your change (if applicable)

  5. Run the tests, ensuring they all pass

  6. Submit a Pull Request using Github

License and Authors

Author:: Jason Cannon

GitHub: https://github.com/jasonc/puppet-sargrapho

Puppet Forge: http://forge.puppetlabs.com/jcannon/sargrapho