summaryrefslogtreecommitdiff
path: root/manifests/agent
AgeCommit message (Expand)Author
2017-07-21fix syntax errorsMatt Taggart
2017-07-20create a check_mk::params and start using itMatt Taggart
2016-09-29make file a non-virtual resourceMatt Taggart
2015-12-03also have the hostname override the name that the key gets on the agentMatt Taggart
2015-11-21Merge branch 'sethostname2' into 'master' Matt Taggart
2015-11-20allow setting the desired agent hostname, but default to fqdnMatt Taggart
2015-11-09fix tag name to use underscore tooMatt Taggart
2015-09-23fix define name to match classMicah Anderson
2015-06-30Merge remote-tracking branch 'riseup/master'Matt Taggart
2015-06-30allow version overrideMatt Taggart
2015-06-26add agent::install_local to facilitate installation of local checks, forMicah Anderson
2015-05-12fix missing }Matt Taggart
2015-05-12Merge branch 'master' of gitlab.com:shared-puppet-modules-group/check_mkMatt Taggart
2015-05-12fix some else statements, adjust whitespace and indenting to be more sane, mi...Matt Taggart
2015-04-16make sure package isn't already defined firstMatt Taggart
2015-04-16add sshuser commentMatt Taggart
2015-04-16revert this part, since we contruct $target we _do_ need to check authdir/aut...Matt Taggart
2015-04-16we don't need to check $authfile, puppet will do the right thingMatt Taggart
2015-04-16new resource collector for 'ps' checksMatt Taggart
2015-04-16add mrpe subclass to setup the needed things for doing mrpe checks, so that t...Matt Taggart
2015-04-16set the user/group the key needs to be owner by on the server, default to nag...Matt Taggart
2015-04-16use new override_builtin parameter to fix problem with central authorized_key...Matt Taggart
2015-04-16make resource name unique per host to ensure no collisionsMatt Taggart
2015-04-16create an sshuser parameter, so we can determine when we need to use sudo in ...Matt Taggart
2015-04-16switch to using a more standard storage location on the puppetmaster, and mak...Matt Taggart
2015-04-16remove username from key filename, add comments explaining where things are g...Matt Taggart
2015-04-16if using ssh, clean up any existing xinetd configMatt Taggart
2014-04-22replace homedir with more specific keydir, authdir, and authfile in order to ...Matt Taggart
2014-04-21fix comment from copied codeMatt Taggart
2014-03-04use check_mk::agent::register if registering storedconfig nodesvarac
2014-02-12added class to deploy local checksvarac
2014-02-12use latest check-mk packages so they can be installed them from backportsvarac
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-07-25specify default vars directly, not via scoped variablesvarac
2013-07-25make shell user + group configurable, defaulting to monitoringvarac
2013-07-15typo in classnamevarac
2013-07-15Must pass ip_whitelist to Class[Check_mk::Agent::Config]varac
2013-07-15ssh support for agentvarac
2013-07-10allow $version to be left empty in agent::installvarac
2013-07-10make agent package names configurablevarac
2013-07-10allow $filestore to be left empty in agent::installvarac
2013-02-08puppet-lint to the rescueKeith Burdis
2013-02-08Use the default system repository by default. Restructured agent configs to ...Keith Burdis