summaryrefslogtreecommitdiff
path: root/manifests/config.pp
AgeCommit message (Collapse)Author
2013-02-09* Added host tags to agent config so that host groups can be auto-populatedKeith Burdis
* Fixed incorrect package name when using a file store that was causing the package existence check to fail always causing an often failing reinstall * Enable a static list of hosts to be specified for those without the Puppet check_mk module installed
2013-02-08Avoid 'You can call check_mk only as OMD site user' bug.Keith Burdis
2013-02-08Create the site in the install class to avoid having to specify lots of ↵Keith Burdis
dependencies. Fixes after testing.
2013-02-08puppet-lint to the rescueKeith Burdis
2013-02-08The daily inventory needs to run on the master not the agent hosts.Keith Burdis
2013-02-08* Switched to using OMD rather than manually compiling check_mkKeith Burdis
* Added support for host tags and creating host groups based on these tags * Allow local check_mk configuration to be specified in /etc/check_mk/main.mk.local that is appended to /etc/check_mk/main.mk as check_mk can do a lot more than is covered by this module
2013-02-07TypoKeith Burdis
2013-02-07Add a read-only guest userKeith Burdis
2013-02-07Re-inventory and re-load on every change.Keith Burdis
2013-02-07Refresh the config whenever main.mk changes.Keith Burdis
2013-02-07clean upKeith Burdis
2013-02-07Use exported resources to populate all_hosts array.Keith Burdis
2013-02-07Initial Nagios server-side installation and setup.Keith Burdis