Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-08-02 | escaping | mh | |
2010-07-21 | Revert "remove escaping" | mh | |
This reverts commit b491a012b6c2af328a782d27d8109aa282611f0c. | |||
2010-07-20 | remove escaping | mh | |
2010-07-19 | fixing the actual problem | mh | |
2010-07-19 | another fix for inclusion | mh | |
2010-07-19 | fixing a possible include problem | mh | |
2010-07-15 | fixing weird class setup | mh | |
we had some weird class setup which caused some problems on 2.6 (see puppet bug #4242 for more info). This commit cleans that weird setup up and decouples a lot of things. | |||
2010-07-01 | merge with lavamind | mh | |
2010-06-05 | fix dependency cycle | mh | |
2010-06-02 | adjust module to fit plugins to 0.25 style | Marcel Haerry | |
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 | |
2010-05-13 | Merge branch 'master' of git://git.puppet.immerda.ch/module-munin | Jerome Charaoui | |
2010-05-09 | adjust module_dir | mh | |
2010-04-25 | update to new name | mh | |
2010-04-07 | add ability to register a non-puppet-managed munin node | Jerome Charaoui | |
2010-03-05 | new upstream config | mh | |
2010-02-04 | syntax | Simon Josi | |
2010-02-02 | replaced legace gsub method | Matthias Imsand | |
2010-02-01 | remove nagios plugin, now provided by nagios module | Jerome Charaoui | |
2010-02-01 | remove outdated and undesirable apt_all plugin on debian systems which ↵ | Jerome Charaoui | |
triggers random apt-get update commands | |||
2010-01-27 | upgrade to 0.25 | Simon Josi | |
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 | update README to note the proper variable for script_path_in | Micah Anderson | |
2009-12-22 | more standardization of indenting/formatting | Micah Anderson | |
2009-12-22 | add missing header file for Debian (contacts disabled) | Jerome Charaoui | |
2009-12-22 | add missing header file for Debian (contacts disabled) | Jerome Charaoui | |
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 | more formatting standardizations | Micah Anderson | |
2009-12-22 | formatting standardization | Micah Anderson | |
2009-12-22 | remove duplicated include of plugins | Micah Anderson | |
2009-12-22 | fix formatting to be standard | Micah Anderson | |
2009-12-22 | move the munin-kill cronjob into the centos-specific case. this is not ↵ | Micah Anderson | |
something debian needs AFAICT | |||
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-12-22 | fix some merge problems | Micah Anderson | |