summaryrefslogtreecommitdiff
path: root/manifests/agent.pp
AgeCommit message (Collapse)Author
2014-03-04use check_mk::agent::register if registering storedconfig nodesvarac
2014-02-05fixed leftover in agent.pp, lintedvarac
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-17pass the homedir parameter down from check_mk::agent so we can override itMatt Taggart
2013-08-21make registering of agents on check_mk host optionalvarac
2013-07-15only use service {'xinetd':} if neededvarac
2013-07-15only include host_tags in tags of they are not emptyvarac
2013-07-15ssh support for agentvarac
2013-07-10make agent package 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-08puppet-lint to the rescueKeith Burdis
2013-02-08Use the default system repository by default. Restructured agent configs to ↵Keith Burdis
be cleaner and more maintainable.
2013-02-07Ensure check_mk-agent is installed before check_mk-agent-logwatch to avoid a ↵Keith Burdis
dependency error.
2013-02-07Refresh the service inventory once a dayKeith Burdis
2013-02-07Use exported resources to populate all_hosts array.Keith Burdis
2013-02-07Initial Nagios server-side installation and setup.Keith Burdis
2013-02-07First working version of check_mk agentKeith Burdis
2013-02-07Initial check_mk agent config. Untested and unlikely to work.Keith Burdis