https://github.com/dodevops/puppet-xymon
Puppet module for managing Xymon
https://github.com/dodevops/puppet-xymon
Last synced: 2 months ago
JSON representation
Puppet module for managing Xymon
- Host: GitHub
- URL: https://github.com/dodevops/puppet-xymon
- Owner: dodevops
- License: mit
- Created: 2020-04-14T08:49:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T12:29:46.000Z (over 1 year ago)
- Last Synced: 2025-12-19T20:25:14.398Z (6 months ago)
- Language: Puppet
- Homepage: https://forge.puppet.com/dodevops/xymon
- Size: 87.9 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Puppet Xymon module
## Introduction
This module manages several aspects of the [Xymon Monitoring Suite](https://xymon.org).
Current features include:
* Xymon agent installation and configuration for Debian, RedHat and SuSE Linux distributions
* Installation and configuration of custom Xymon monitors and prerequisites
## Usage
See the [REFERENCE](REFERENCE.md) page for details on the available classes.
## Development
If you've found any bugs or require new features, please don't hesitate to open an issue in this repository.
If you can fix the issue yourself, please open a Pull Request as well. Thanks for your support.
### Creating a release
* Configure the target version in metadata.json
* Run `bundler exec puppet strings generate --format markdown --out REFERENCE.md` to update the reference
documentation
* Run `CHANGELOG_GITHUB_TOKEN= bundler exec rake changelog` to update the changelog
* Push the changes and create a release in GitHub
* Travis will test the release and push the new version to Puppet Forge