summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
2017-07-20create a check_mk::params and start using itMatt Taggart
2016-05-03use inventory_only_on_changes to always run inventory and nagios reloadvarac
By default ($inventory_only_on_changes set to `true`) these two execs are called only when config files changes: - Exec['check_mk-refresh'] (which inventorizes checks by calling `check_mk -II`) - Exec['check_mk-reload'] (which generates the nagios config and reloads nagios by calling `check_mk -O`) By setting this parameter to `false` these execs will be called on each puppetrun.
2016-05-03lint manifests/init.ppvarac
2014-03-04use check_mk::server::collect_hosts for collecting storedconfig nodesvarac
2013-07-25make shell user + group configurable, defaulting to monitoringvarac
2013-07-15forgot check_mk::server::configure_ssh class namevarac
2013-07-15added use_ssh to check_mk classvarac
2013-07-15added omdadmin htpasswd parametervarac
2013-07-10xinitd -> xinetdvarac
2013-07-10make service names configurablevarac
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-08Create the site in the install class to avoid having to specify lots of ↵Keith Burdis
dependencies. Fixes after testing.
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-07Initial Nagios server-side installation and setup.Keith Burdis