sbadia-checkmk

Module to install/manage checkmk using puppet


License
GPL-3.0
Install
puppet module install sbadia-checkmk --version 1.0.5

Documentation

Puppet-checkmk

Build Status Puppet Forge License

Overview

Puppet checkmk module.

This module is completely inspired by the work of Mehdi Abaakouk (sileht) for Tetaneutral.net, please see the original work.

Usage

Using default values

include 'checkmk'

Overide values

class { 'checkmk': }

Other class parameters

Contributors

Beaker-Rspec

This module has beaker-rspec tests

To run:

bundle install
bundle exec rspec spec/acceptance
# or use BEAKER_destroy=no to keep the resulting vm
BEAKER_destroy=no bundle exec rspec spec/acceptance

Release Notes

See CHANGELOG file.

Development

Feel free to contribute. I'm not a big fan of centralized services like GitHub but I used it to permit easy pull-requests, so show me that's a good idea!