summaryrefslogtreecommitdiff
path: root/manifests/agent.pp
AgeCommit message (Expand)Author
2015-12-03also have the hostname override the name that the key gets on the agentMatt Taggart
2015-11-20allow setting the desired agent hostname, but default to fqdnMatt Taggart
2015-04-16we don't need to check $authfile, puppet will do the right thingMatt Taggart
2015-04-16make setting host_tags a little safer if we're using the module default of undefMatt Taggart
2015-04-16create an sshuser parameter, so we can determine when we need to use sudo in ...Matt Taggart
2014-04-22replace homedir with more specific keydir, authdir, and authfile in order to ...Matt Taggart
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
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
2013-02-08puppet-lint to the rescueKeith Burdis
2013-02-08Use the default system repository by default. Restructured agent configs to ...Keith Burdis
2013-02-07Ensure check_mk-agent is installed before check_mk-agent-logwatch to avoid a ...Keith Burdis
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