Forge Home

xymon_report

A Puppet report handler for sending notifications to Xymon

10,361 downloads

10,361 latest version

3.5 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.0.1 (latest)
released Jul 3rd 2012

Start using this module

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

Add this module to your Puppetfile:

mod 'binbashfr-xymon_report', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add binbashfr-xymon_report
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install binbashfr-xymon_report --version 0.0.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
Tags: report, xymon

Documentation

binbashfr/xymon_report — version 0.0.1 Jul 3rd 2012

xymon_report

Description

A Puppet report handler for sending notifications to Xymon.

Requirements

A Xymon client on your Puppet master.

Installation & Usage

Install xymon_report as a module in your Puppet master's module path.

Adapt xymon_report.yaml and move the file to /etc/puppet/xymon_report.yaml :

  • xymon_servers : it's a list of your xymon servers.
  • xymon_test_name : the column name in Xymon.
  • xymon_test_ttl : the TTL of this test. If your Puppet Agent runs every hour, set TTL to 1h minimum.
  • xymon_bin_path : xymon client binary.
  • clean_message : remove some content from the report (host, md5sum...)

Edit /etc/puppet/puppet.conf on your PuppetMaster and add xymon_report to your reports line :

reports = log, http, xymon_report

Author

Rémi remi@binbash.fr

Support

Please log tickets and issues at https://github.com/binbashfr/binbashfr-xymon_report