Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-03 | cleanup openbsd manual installation + remove unnecessary files | mh | |
The manual OpenBSD installation is now so old and not needed anymore. | |||
2013-07-02 | lintify | Ewoud Kohl van Wijngaarden | |
2013-03-20 | Merge branch 'immerda/master' | micah | |
Conflicts: files/plugins/xen-cpu templates/munin-node.conf.Debian.squeeze | |||
2013-03-18 | Add support for specifying tags for exported resources | Sander Hoentjen | |
This enables you to specify different servers for different clients. | |||
2013-01-25 | Merge remote-tracking branch 'githubmirror/master' | mh | |
2013-01-24 | added support for use_ssh for munin 2.0 | Markus Heberling | |
2012-12-07 | fix issue if pid is not at the beginning + linting | mh | |
2012-06-18 | if it's * it should be collected by fqdn otherwise directly by what is given ↵ | mh | |
to be listened on | |||
2012-06-13 | migrate away from hiera stuff | mh | |
2012-06-05 | new style for 2.7 | mh | |
2012-02-02 | Fully qualify facter variables | Christian G. Warden | |
2011-11-05 | use hiera to configure munin node specific things | mh | |
2011-08-05 | use correct define | mh | |
2011-08-04 | merge with immerda/master | Marcel Haerry | |
2011-05-07 | Merge remote branch 'riseup/master' | intrigeri | |
2011-03-25 | fix syntax error as a result of the merge | Micah Anderson | |
2011-03-25 | Merge remote-tracking branch 'immerda/master' | Micah Anderson | |
Conflicts: manifests/host.pp manifests/host/cgi.pp manifests/plugin.pp manifests/plugin/deploy.pp manifests/plugins/apache.pp manifests/plugins/base.pp manifests/plugins/dom0.pp manifests/plugins/gentoo.pp manifests/plugins/interfaces.pp manifests/plugins/linux.pp manifests/plugins/openbsd.pp manifests/plugins/physical.pp manifests/plugins/selinux.pp manifests/plugins/vserver.pp | |||
2011-03-25 | Merge commit 'e7d23dabf191c5416197af0b229fc90b94539405' | Micah Anderson | |
Conflicts: manifests/client.pp manifests/client/base.pp manifests/client/darwin.pp manifests/client/debian.pp manifests/client/gentoo.pp manifests/client/openbsd.pp manifests/client/package.pp manifests/host.pp manifests/init.pp manifests/plugin.pp manifests/plugin/scriptpaths.pp manifests/plugins/interfaces.pp manifests/plugins/linux.pp manifests/plugins/vserver.pp manifests/register.pp manifests/register_snmp.pp manifests/remoteplugin.pp manifests/snmp_collector.pp | |||
2010-12-20 | Fix for when Package['iproute'] is already managed elsewhere. | intrigeri | |
2010-12-10 | standardize formatting | Micah Anderson | |
2010-12-10 | this change makes sure that munin-common is installed before munin-node is ↵ | Micah Anderson | |
installed on Debian systems that are not lenny (would be nice if we could use operators for lsbdistcode name like 'if $lsbdistcodename >> "lenny") on Debian Squeeze and later, the munin-node package requires that munin-common be installed. this would normally be handled automatically by the packaging system, but if you utilize the $munin_node_ensure_version variable to set it to the backports version, and you have backports pinned properly (as the shared-apt module does it), it will fail to install the munin-common package from backports. you would think that this change should go in the debian.pp, but that is not possible because debian.pp inherits client/package.pp and thus the order happens wrong | |||
2010-09-27 | code style for darwin class | Marcel Haerry | |
2010-09-21 | refactor module to the new standard | Marcel Haerry | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-07-01 | merge with lavamind | mh | |
2010-06-05 | fix dependency cycle | mh | |
2010-05-22 | check status over pidfile | mh | |
2010-05-22 | this package is not anymore needed on latest openbsd | mh | |
2010-05-22 | for new openbsd releases we can finally use a package | mh | |
2010-05-14 | refactor register class and client template | Jerome Charaoui | |
2010-05-13 | remove tabs and trailing whitespaces in manifests | Jerome Charaoui | |
2009-12-30 | switch to correct way of checking if the variable is set | Matt Taggart | |
2009-12-30 | can't use - in a variable name | Matt Taggart | |
2009-12-30 | add support for setting munin and munin-node package versions | Matt Taggart | |
2009-12-23 | finish settting up splitting the centos bits | Micah Anderson | |
2009-12-22 | more standardization of indenting/formatting | Micah Anderson | |
2009-12-22 | the 'users' munin plugin seems to be a centos-specific one, so we | Micah Anderson | |
setup a special munin::plugins::centos and include that in the proper client case statement for centos | |||
2009-12-22 | formatting standardization | Micah Anderson | |
2009-12-22 | remove duplicated include of plugins | Micah Anderson | |
2009-12-22 | Revert "take out the removal of the postfix_mailvolume munin plugin. I do ↵ | Micah Anderson | |
not see what the bug is, and this interferes with local installation of the plugin (causes duplicate definitions)" It looks like the reason this is here is because on a default debian install, without postfix installed, this postfix munin module is activated, leading to empty graphs. So rather that leave non-postfix people in this situation, we can instead leave this in and the class can be overridden locally. This reverts commit ebfde169e0ef4fc749cd6804e707103fab7dbf78. Conflicts: manifests/client/debian.pp | |||
2009-12-22 | we may have iproute installed elsewhere, by doing it in the munin | Micah Anderson | |
module, we risk duplicate definitions. this commit fixes that by doing a check to see if it is already defined elsewhere, and if it is not, then it installs the package | |||
2009-12-22 | indentation fixups, using the emacs/vim modes for standardization | Micah Anderson | |
2009-12-22 | take out the removal of the postfix_mailvolume munin plugin. I do not see ↵ | Micah Anderson | |
what the bug is, and this interferes with local installation of the plugin (causes duplicate definitions) | |||
2009-11-14 | use correct path | mh | |
2009-11-02 | recursivly updating file path to new 0.25 style | mh | |
2009-10-03 | adjust define | mh | |
2009-09-29 | correctly include the right client class | mh | |
2009-09-29 | refactor everything into its own file | mh | |