summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-05-31Merge branch 'example' into 'master' varac
provide an example site_check_mk with basic examples to get users started See merge request !15
2016-05-30provide an example site_check_mk with basic examples to get users startedMatt 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.
2015-04-16add details about migrating from statd and nrpeMatt Taggart
2014-02-05Merge remote-tracking branch 'riseup/master'varac
Conflicts: manifests/agent.pp manifests/agent/config.pp
2014-02-05don't install xinetd by default, restructed agent use of sshvarac
2014-01-14mentions this clone's homeMatt Taggart
2014-01-13updated readme.md about ssh authentication, added examples for debian in ↵varac
debian.md
2013-07-15added debian example config snippetsvarac
2013-07-15added use_ssh to check_mk classvarac
2013-07-15ssh support for agentvarac
2013-07-15added check_mk::omd_repo and updated READMEvarac
2013-06-20RedHat-like RPM URL changed/fixedAlexander Bien
2013-02-09Minor documentation fixes.Keith Burdis
2013-02-09Reminder to run the puppet agent otherwise changes aren't incorporatedKeith Burdis
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-08FormattingKeith Burdis
2013-02-08Updated documentation ready for release.Keith Burdis
2013-02-08Updated agent documentation.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-07DocumentationKeith Burdis
2013-02-07First working version of check_mk agentKeith Burdis
2013-02-06Initial commitKeith Burdis