Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-02 | Make sure concat::setup is declared | Christian G. Warden | |
Make sure concat::setup is declared for /etc/munin/munin.conf. | |||
2012-02-02 | Fully qualify facter variables | Christian G. Warden | |
2011-12-22 | add squeeze template | mh | |
2011-11-05 | use hiera to configure munin node specific things | mh | |
2011-09-26 | Add "Managed by puppet" on top of the Wheezy munin-node.conf template. | intrigeri | |
2011-09-18 | Add munin-node.conf template for Debian Wheezy. | intrigeri | |
Taken from munin-node package version 1.4.6-1, inserted our bits of templating in it. | |||
2011-08-05 | use correct define | mh | |
2011-08-04 | Also provide port for snmp nodes | Marcel Haerry | |
2011-08-04 | Update README - this is not anymore necessary | Marcel Haerry | |
2011-08-04 | get a new line at the end | Marcel Haerry | |
2011-08-04 | move from concatenated_file to concat | Marcel Haerry | |
2011-08-04 | merge with immerda/master | Marcel Haerry | |
2011-07-22 | fix typo | mh | |
2011-07-15 | it is not anymore necessary to add an empty source to purge directories | mh | |
2011-06-05 | added lucid debian symlink | Benjamin Krause | |
2011-05-31 | make cgi graphing optional | mh | |
2011-05-31 | no need to manage logfiles, this should be done by the package | mh | |
2011-05-07 | Merge remote branch 'riseup/master' | intrigeri | |
2011-03-29 | fix merge conflict syntax error | Micah Anderson | |
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 remote-tracking branch 'lavamind/master' | Micah Anderson | |
Conflicts: templates/munin-node.conf.Debian.squeeze | |||
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 | |||
2011-03-24 | add ability to register a non-puppet-managed munin node | Micah Anderson | |
Conflicts: manifests/register.pp | |||
2011-03-24 | remove nagios plugin, now provided by nagios module | Jerome Charaoui | |
2011-03-24 | remove outdated and undesirable apt_all plugin on debian systems which ↵ | Micah Anderson | |
triggers random apt-get update commands Conflicts: manifests/plugins/debian.pp | |||
2011-02-26 | Merge remote branch 'cmaisonneuve/master' | intrigeri | |
2011-01-21 | Add missing squeeze configuration file (symlink) | Jerome Charaoui | |
2010-12-20 | Add missing Debian Squeeze template. | intrigeri | |
2010-12-20 | Fix for when Package['iproute'] is already managed elsewhere. | intrigeri | |
2010-12-20 | README: don't advise to create directories that are shipped already. | intrigeri | |
2010-12-12 | fix syntax error introduced with previous commit | Micah Anderson | |
2010-12-10 | another formatting fix | Micah Anderson | |
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-12-09 | replace gsub with builtin regsubst | mh | |
2010-12-06 | update munin-node template | Pascal Simon | |
2010-09-30 | restore munin port in template | mh | |
2010-09-27 | now we use the new modules path everywhere | Marcel Haerry | |
2010-09-27 | use shell so we can actually pipe that command | Marcel Haerry | |
2010-09-27 | use shell so we can actually pipe that command | Marcel Haerry | |
2010-09-27 | update templates to the new way | Marcel Haerry | |
2010-09-27 | code style for darwin class | Marcel Haerry | |
2010-09-27 | use better snmp register define | Marcel Haerry | |
2010-09-21 | refactor module to the new standard | Marcel Haerry | |
2010-08-11 | fix ownership of logrotate files to reflect debian apache user (www-data) | Micah Anderson | |
2010-08-11 | introduce caching for xen plugins | mh | |
calls to the xen binaries such as xm are quite heavy and we therefore cache now a lot of the data that is generated for these plugins and use them as well for the other ones. | |||
2010-08-09 | add an $operatingsystem case to the host/cgi.pp for Debian, because the ↵ | Micah Anderson | |
default apache group is www-data, not apache | |||
2010-08-09 | add the logrotate.Debian file | Micah Anderson | |
2010-08-09 | have munin::host::cgi inherit munin::host. | Micah Anderson | |
this prevents you from having to include both in the node definition for your munin host |