summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2010-08-09add an $operatingsystem case to the host/cgi.pp for Debian, because the ↵Micah Anderson
default apache group is www-data, not apache
2010-08-09have 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-07remove unnecessary fileserver variable (#2460)mh
2010-08-02escapingmh
2010-07-21Revert "remove escaping"mh
This reverts commit b491a012b6c2af328a782d27d8109aa282611f0c.
2010-07-20remove escapingmh
2010-07-19fixing the actual problemmh
2010-07-19another fix for inclusionmh
2010-07-19fixing a possible include problemmh
2010-07-15fixing weird class setupmh
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-01merge with lavamindmh
2010-06-05fix dependency cyclemh
2010-05-22check status over pidfilemh
2010-05-22this package is not anymore needed on latest openbsdmh
2010-05-22for new openbsd releases we can finally use a packagemh
2010-05-14refactor register class and client templateJerome Charaoui
2010-05-13remove tabs and trailing whitespaces in manifestsJerome Charaoui
2010-05-13Merge branch 'master' of git://git.puppet.immerda.ch/module-muninJerome Charaoui
2010-05-09adjust module_dirmh
2010-04-07add ability to register a non-puppet-managed munin nodeJerome Charaoui
2010-02-04syntaxSimon Josi
2010-02-02replaced legace gsub methodMatthias Imsand
2010-02-01remove nagios plugin, now provided by nagios moduleJerome Charaoui
2010-02-01remove outdated and undesirable apt_all plugin on debian systems which ↵Jerome Charaoui
triggers random apt-get update commands
2010-01-27upgrade to 0.25Simon Josi
2009-12-30switch to correct way of checking if the variable is setMatt Taggart
2009-12-30can't use - in a variable nameMatt Taggart
2009-12-30add support for setting munin and munin-node package versionsMatt Taggart
2009-12-23finish settting up splitting the centos bitsMicah Anderson
2009-12-22more standardization of indenting/formattingMicah Anderson
2009-12-22the 'users' munin plugin seems to be a centos-specific one, so weMicah Anderson
setup a special munin::plugins::centos and include that in the proper client case statement for centos
2009-12-22more formatting standardizationsMicah Anderson
2009-12-22formatting standardizationMicah Anderson
2009-12-22remove duplicated include of pluginsMicah Anderson
2009-12-22fix formatting to be standardMicah Anderson
2009-12-22move the munin-kill cronjob into the centos-specific case. this is not ↵Micah Anderson
something debian needs AFAICT
2009-12-22Revert "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-22we may have iproute installed elsewhere, by doing it in the muninMicah 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-22indentation fixups, using the emacs/vim modes for standardizationMicah Anderson
2009-12-22take 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-22fix some merge problemsMicah Anderson
2009-12-22Merge commit '76352415fec5c2ab6975e3a8843dd4983f7cae6a'Micah Anderson
Conflicts: README lib/facter/acpi_available.rb lib/facter/interfaces.rb lib/facter/munin_interfaces.rb manifests/client.pp manifests/host.pp manifests/init.pp manifests/plugin.pp plugins/facter/interfaces.rb templates/defaultclient.erb templates/munin-node.conf.Debian.lenny
2009-12-10adapt module_dir to new common module and create 'munin' base class to ↵Jerome Charaoui
provide it, instead of doing an import
2009-12-09modify nagios plugin to work with nagios2 and nagios3Jerome Charaoui
2009-11-27Revert "update source path"pietro
This reverts commit 54af63deb16a02bfc8611e444bb3a64e12757f47.
2009-11-27update source pathpietro
2009-11-23take 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-23move plugin directory to fit new 0.25.x style and update file paths accordinglyMicah Anderson
2009-11-14fix typomh
2009-11-14modules prefix pathmh