Forge Home

sensu_stale_clients

Decommission stale sensu clients and check results

6,406 downloads

6,406 latest version

3.9 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 May 9th 2017

Start using this module

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

Add this module to your Puppetfile:

mod 'andrzejewski-sensu_stale_clients', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add andrzejewski-sensu_stale_clients
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install andrzejewski-sensu_stale_clients --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

andrzejewski/sensu_stale_clients — version 1.0.0 May 9th 2017

sensu_stale_clients

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Development - Guide for contributing to the module

Description

Puppet module for automated decommissioning of sensu stale clients and check results.

Usage

The simplest use case:

include ::sensu_stale_clients

However, you should change sensu_server param to your sensu server, so the scripts can call sensu api:

class { '::sensu_stale_clients':
  sensu_server => 'sensu-server.example.com',
}

Development

This project contains tests for rspec-puppet.

Quickstart:

gem install bundler
bundle install
bundle exec rake lint
bundle exec rake validate
bundle exec rake spec SPEC_OPTS='--format documentation'

Authors

This puppet module was written by Daniel.Andrzejewski@Gigaset.com Gigaset. Python scripts were written by sys-ops sys-ops github org.