Version information
This version is compatible with:
- Puppet Enterprise 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 9.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-ccs_monit', '2.2.2'
Learn more about managing modules with a PuppetfileDocumentation
ccs_monit
Reference
Table of Contents
Classes
ccs_monit
: Install and configure monit.
Classes
ccs_monit
Install and configure monit.
Parameters
The following parameters are available in the ccs_monit
class:
mailhost
Data type: Variant[String,Array[String]]
String specifying smtp server; or an array of strings.
Default value: 'localhost'
alert
Data type: Variant[String,Array[String]]
String giving email address to receive alerts; or an array of strings.
Default value: 'root@localhost'
pkgurl
Data type: String
String specifying URL to fetch sources from
Default value: 'https://example.org'
pkgurl_user
Data type: String
String specifying username for pkgurl
Default value: 'someuser'
pkgurl_pass
Data type: String
String specifying password for pkgurl
Default value: 'somepass'
uptime
Data type: Boolean
Monitor uptime
Default value: true
gpfs
Data type: Boolean
Monitor gpfs
Default value: false
hosts
Data type: Array[String]
Monitor hosts
Default value: []
temp
Data type: Boolean
Monitor temp
Default value: false
network
Data type: Boolean
Monitor networks
Default value: true
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v2.2.1 (2024-03-28)
Implemented enhancements:
- (files/monit_hwraid) no error if RAID not configured #21 (glennmorris)
v2.2.0 (2024-03-26)
Implemented enhancements:
- Allow multiple mailservers, default to localhost #20 (glennmorris)
v2.1.0 (2023-08-22)
Implemented enhancements:
v2.0.0 (2023-06-23)
Breaking changes:
Implemented enhancements:
v1.1.0 (2023-01-31)
Implemented enhancements:
Merged pull requests:
- monit_inlet_temp: shellcheck fixes #7 (glennmorris)
v1.0.1 (2022-11-12)
v1.0.0 (2022-08-17)
Merged pull requests:
- release 1.0.0 #4 (jhoblitt)
- modulesync 5.3.0 + general cleanup + EL7/EL8/EL9 acceptance testing #3 (jhoblitt)
- Improve treatment of package source #2 (glennmorris)
v0.2.0 (2022-07-13)
v0.1.2 (2021-02-26)
v0.1.1 (2020-07-03)
v0.1.0 (2020-06-11)
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 4.13.1 < 10.0.0)
- lsst/dellperc (>= 1.0.0 < 3.0.0)