GitHub puppet-collectd
Collectd module for Puppet

Repo Checks ( 20 of 28 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Freebsd
No translation
passed
Supports Latest Freebsd
No translation
passed
Supports Only Current Gentoo
No translation
failed
Supports Latest Gentoo
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

Test rspec-puppet jobs on CERN runners

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Added dropduplicatefields for write_graphite

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Added dropduplicatefields for write_graphite
-->

This Pull Request (PR) fixes the following issues

<!--
n/a
-->

Open PR in GitHub
Ensure plugin version is same version as main collectd package
needs-squash
needs-rebase
needs-work

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

If you attempt to specify the collectd version in Hiera, and a newer version is available, issue might be caused because the package install of the plugins on new hosts would install the latest version for both the plugin and the main package (as a dependency). Puppet then starts failing attempting to downgrade the main package to your specified version.

With this PR it is ensure that mysql, snmp, and curl, are installed with the same version as the core package. Same thing was done for the disk plugin some time ago: https://github.com/voxpupuli/puppet-collectd/blob/master/manifests/plugin/disk.pp#L26L37

This Pull Request (PR) fixes the following issues

I don't believe the issue has yet been documented. Ideally this is done for all plugins.

Open PR in GitHub
Allow the getval task to work with customized hostnames
needs-tests
bug
needs-work

Pull Request (PR) description

The default hostname used by collectd is system dependent as retuned by
gethostname(3) (On FreeBSD it's the FQDN, while on Linux it's the
non-FQDN). The python method socket.gethostname() always return a
non-FQDN, and the user has the ability to tune the hostname as he wish
in the collectd configuration (hostname parameter).

This change allow to use a customized hostname by using an optional
argument "hostname". When not provided, the non-FQDN and the FQDN are
tried in turn to fetch the requested metric value.

This Pull Request (PR) fixes the following issues

n/a

Open PR in GitHub
add server parameter on collectd::plugin::network::server
enhancement
needs-rebase

Hello,

I've actually a profile class with a Collectd::Plugin::Network::Server. My collectd can be overwrite by anybody, and my profil class can't be detect which old network file it's require to clean if I not create a new resource with absent statement.

I would like to manage this plugin with a fixed file name and define the server with a separated parameter.

Pull Request (PR) description

This feature include the possibility to add a specific title on collectd::plugin::network::server for the configuration file name. The server should be define with the server option.

This Pull Request (PR) fixes the following issues

Open PR in GitHub
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
CI: Run unit tests on all operating systems

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
Add modbus plugin
needs-rebase

Pull Request (PR) description

This PR implements a modbus plugin for collectd.
It allows to specify hosts and data sets.

Open PR in GitHub