Forge Home

multi_http

Puppet report handler that supports multiple HTTP urls

10,274 downloads

9,860 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.0 (latest)
  • 0.1.1
  • 0.1.0
released Dec 8th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'ianunruh-multi_http', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ianunruh-multi_http
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ianunruh-multi_http --version 0.2.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

ianunruh/multi_http — version 0.2.0 Dec 8th 2013

multi_http

Description

Puppet report handler that functions exactly the same as the built-in HTTP report handler, but adds support for posting reports to multiple URLs. This is useful if you use Puppet Dashboard along with another HTTP service that recieves Puppet reports.

Requirements

  • puppet

Installation & Usage

  1. Create multi_http.yaml in your /etc/puppet directory.

    ---
    :urls:
      - http://webhook.example.com/hook/puppet
      - http://dashboard.example.com:3000/reports/upload
    
  2. Install ianunruh/multi_http as a module in your Puppet modules directory.

  3. Enable pluginsync and reports on your master and agents in /etc/puppet/puppet.conf.

    [master]
      report = true
      reports = multi_http
      pluginsync = true
    [agent]
      report = true
      pluginsync = true
    
  4. Run the Puppet clients and start getting reports

Author

Ian Unruh ianunruh@gmail.com

License

Licensed under the MIT license.