Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcfens/puppet-check_mk
https://github.com/pcfens/puppet-check_mk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcfens/puppet-check_mk
- Owner: pcfens
- Created: 2013-01-09T21:09:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T18:22:45.000Z (over 11 years ago)
- Last Synced: 2024-10-26T22:15:45.877Z (2 months ago)
- Language: Puppet
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# check_mk puppet module
## Overview
Installs check_mk-agent and optionally configures the firewall. If
installing on RHEL/CentOS you can optionally specify a URL to the
RPM you'd like to install.### class check_mk
Parameters:
* manage_firewall - Set to true if you want this module to open the ports needed for check_mk-agent. (Requires the firewall module, Default: False)
* package_url - Optionally define the URL where the RPM containing check_mk-agent is located (RHEL/CentOS only - requires RPM provider)Examples:
class { 'check_mk':
manage_firewall => True,
package_url => 'http://mathias-kettner.de/download/check_mk-agent-1.2.0p3-1.noarch.rpm',
}## Supported Platforms
This class has only been fully tested on RHEL6. It should work on Ubuntu,
though you may encounter issues with firewall management (if you enable it).