summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-16Merge remote-tracking branch 'shared/master' into leap_masterHEADmastervarac
2015-09-14Fix export tag variable scope in munin::hostJerome Charaoui
2015-08-14Add an upgrade notice about using the main classGabriel Filion
The module's behaviour was changed from needing to include two different classes to using only the main class (class munin) directly. However, this change was not documented and it could lead to weird errors related to variables being undefined.
2015-04-17Add GPLv3 licenseMicah Anderson
2015-02-28Merge branch 'custom_if_filter_param' into 'master'Micah
Add class parameter to allow customisation of if plugin filter See merge request !3
2015-02-24Add class parameter to allow customisation of if plugin filterJerome Charaoui
2015-02-21Merge branch 'feature/4347-adapt-to-cleaned-up-common-module' into 'master'LeLutin
Feature/4347 adapt to cleaned up common module Fixes https://labs.riseup.net/code/issues/4347 See merge request !2
2015-02-12Remove munin::client::darwin (Closes: #4347).intrigeri
It's using `line', and then it's the only blocker left to migrate to the cleaned up "common" module. We've found nobody who could maintain it nor test changes we could make, so better simply drop it.
2015-01-20Merge branch 'merge_immerda' into 'master'Jerome Charaoui
This is my attempt at merging the huge backlog of commits from immerda. I've been pretty verbose about it in redmine so I won't repeat it all here. For details, see: https://labs.riseup.net/code/issues/4132
2014-12-13update readme to use the new "main" classGabriel Filion
2014-12-13create a single entry point to the moduleGabriel Filion
The current state of the module makes it impossible to install a munin server with munin::host, since it depends on resources in munin::client (because of the plugins it installs). Even if we include the munin::client class "just before" munin::host, puppet thinks there are dependency issues. By moving arguments to a single point of entry we can then include all necessary items and puppet will find the needed resources correctly.
2014-12-13Merge remote-tracking branch 'immerda/master' into merge_immerdaGabriel Filion
Conflicts: manifests/plugins/interfaces.pp $real_ifs was changed on master and we'd like to keep that change $ifs was changed to use the prefix() function and we'd like to keep that change.
2014-12-05Ignore vnet\d+ network interfaces, just like veth, virbr etc.intrigeri
2014-10-10more linting and latest puppet-lint supportmh
2014-10-10update to v3 apimh
2014-09-13new release 0.0.4 and porting over to metadata.jsonmh
2014-09-13Merge branch 'jasperla-snmp'mh
2014-09-13Revert "Unbreak registring snmp hosts; Exec{} needs a path"mh
http://www.puppetcookbook.com/posts/set-global-exec-path.html This reverts commit 145f35c188b088890049557be6f203272f0d266c.
2014-09-13Merge branch 'snmp' of https://github.com/jasperla/puppet-munin into ↵mh
jasperla-snmp
2014-09-13Merge remote-tracking branch 'github/master'mh
2014-09-13Merge pull request #45 from jasperla/cronduritong
Use cron resource instead of a cron.d file
2014-09-13Merge pull request #42 from jasperla/concatduritong
Bump concat dependency to get rid of deprecation warning when including concat::setup
2014-09-03Merge pull request #43 from jasperla/utf8duritong
Fix an error on system without full UTF-8: invalid byte sequence in US-ASCII
2014-09-03Merge pull request #47 from roidelapluie/rhelduritong
Add support for RHEL
2014-09-02Add support for RHELJulien Pivotto
2014-08-13Allow setting an snmpversion for plugin discoveryJasper Lievisse Adriaanse
2014-08-13Use cron resource instead of a cron.d fileJasper Lievisse Adriaanse
2014-08-13spacingJasper Lievisse Adriaanse
2014-08-13Unbreak registering new snmp nodes into munin.confJasper Lievisse Adriaanse
As $group would be undefined, a ';' would be written into the host definition which in turn causes munin to be unable to parse the file.
2014-08-13Unbreak registring snmp hosts; Exec{} needs a pathJasper Lievisse Adriaanse
2014-08-13Fix an error on system without full UTF-8: invalid byte sequence in US-ASCIIJasper Lievisse Adriaanse
2014-08-13Bump concat dependency to get rid of deprecation warning when including ↵Jasper Lievisse Adriaanse
concat::setup
2014-08-08Merge pull request #40 from usox/masterduritong
Fix gentoo support
2014-07-09get rid off lsb facts - who runs sarge?mh
2014-06-28Add some simple gentoo specific testsDaniel Jakob
2014-06-28Add gentoo config headerDaniel Jakob
2014-06-28Rename the package to avoid naming conflictsDaniel Jakob
2014-06-13fixing deps for 1.8.7mh
2014-06-134.0 does not support <1.9mh
2014-06-13ensure lower activesupport versions for RUBY 1.8.7mh
2014-06-13migrate tests to new formatmh
2014-06-13implement #38 - allow config to be an arraymh
2014-06-13Merge branch 'averni-master'mh
2014-06-13Merge branch 'master' of https://github.com/averni/puppet-munin into ↵mh
averni-master
2014-06-12changed host_name default to ::fqdnantonio
2014-04-19correct seltypemh
2014-04-19the default selinux type should be unconfinedmh
2014-04-09Configurable host_name variableantonio
2014-03-21new releasemh
2014-03-20Merge remote-tracking branch 'github/master'mh