Version information
released Dec 8th 2014
This version is compatible with:
- Puppet Enterprise 3.3.x
- Puppet 3.1
- CentOS, ,
Start using this module
Add this module to your Puppetfile:
mod 'ceritsc-sysstat', '0.9.4'
Learn more about managing modules with a PuppetfileDocumentation
ceritsc/sysstat — version 0.9.4 Dec 8th 2014
Puppet Sysstat module
This module installs and configures Sysstat.
Requirements
Module has been tested on:
- Puppet 3.1
- Debian 6/7 and RHEL/CentOS 5/6
Required modules:
Quick Start
Setup client
include sysstat
Full configuration options:
class { 'sysstat':
enabled => false|true, # enable service
packages => [...], # list of packages to install
conf_sysstat => '...', # main sysstat config. file
history => 7, # statistics history in days
compressafter => 10, # compress old stats after days
sadc_options => '-S DISK', # sysstat options
sa1_options => '-S DISK',
sa2_options => '',
}
CERIT Scientific Cloud, support@cerit-sc.cz
2014-12-08 - Release 0.9.4
Fix file/directory permissions.
Bugfixes
- Fix PF module archive file/directory permissions.
2014-10-02 - Release 0.9.3
Summary
Remove deprecation warning on ERB
Bugfixes
- Remove deprevation warning from ERB
2014-09-02 - Release 0.9.2
Summary
Fix metadata.json
Bugfixes
- Fix metadata.json module dependencies
2014-08-08 - Release 0.9.1
Summary
Fix default params.
Bugfixes
- Fix default params assignment order ($sa1_options were undefined)
2014-08-07 - Release 0.9.0
Summary
Initial release
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
The MIT License (MIT) Copyright (c) 2014 Institute of Computer Science, Masaryk University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.