index
:
puppet_check_mk.git
master
[puppet_check_mk]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
Age
Commit message (
Expand
)
Author
2013-07-25
specify default vars directly, not via scoped variables
varac
2013-07-25
chown monitoring:monitoring etc/check_mk/conf.d/use_ssh.mk
varac
2013-07-25
make shell user + group configurable, defaulting to monitoring
varac
2013-07-17
don't alias httpd service, use parameter name for it
varac
2013-07-15
notify Exec['check_mk-refresh'] for use_ssh.mk
varac
2013-07-15
only use service {'xinetd':} if needed
varac
2013-07-15
fixed filepath for use_ssh.mk
varac
2013-07-15
fixed class reference for etc_dir config variable
varac
2013-07-15
forgot check_mk::server::configure_ssh class name
varac
2013-07-15
added use_ssh to check_mk class
varac
2013-07-15
only include host_tags in tags of they are not empty
varac
2013-07-15
typo in classname
varac
2013-07-15
Must pass ip_whitelist to Class[Check_mk::Agent::Config]
varac
2013-07-15
ssh support for agent
varac
2013-07-15
added check_mk::omd_repo and updated README
varac
2013-07-15
added omdadmin htpasswd parameter
varac
2013-07-10
xinitd -> xinetd
varac
2013-07-10
make service names configurable
varac
2013-07-10
allow $version to be left empty in agent::install
varac
2013-07-10
make agent package names configurable
varac
2013-07-10
allow $filestore to be left empty in agent::install
varac
2013-07-10
allow $filestore to be left empty
varac
2013-02-09
* Added host tags to agent config so that host groups can be auto-populated
Keith Burdis
2013-02-08
Specify the correct package name otherwise the check to see if it is already ...
Keith Burdis
2013-02-08
Avoid 'You can call check_mk only as OMD site user' bug.
Keith Burdis
2013-02-08
Create the site in the install class to avoid having to specify lots of depen...
Keith Burdis
2013-02-08
puppet-lint to the rescue
Keith Burdis
2013-02-08
Use the default system repository by default. Restructured agent configs to ...
Keith Burdis
2013-02-08
The daily inventory needs to run on the master not the agent hosts.
Keith Burdis
2013-02-08
* Switched to using OMD rather than manually compiling check_mk
Keith Burdis
2013-02-07
Ensure check_mk-agent is installed before check_mk-agent-logwatch to avoid a ...
Keith Burdis
2013-02-07
Typo
Keith Burdis
2013-02-07
Add a read-only guest user
Keith Burdis
2013-02-07
Re-inventory and re-load on every change.
Keith Burdis
2013-02-07
Refresh the config whenever main.mk changes.
Keith Burdis
2013-02-07
clean up
Keith Burdis
2013-02-07
Refresh the service inventory once a day
Keith Burdis
2013-02-07
Use exported resources to populate all_hosts array.
Keith Burdis
2013-02-07
Initial Nagios server-side installation and setup.
Keith Burdis
2013-02-07
First working version of check_mk agent
Keith Burdis
2013-02-07
Initial check_mk agent config. Untested and unlikely to work.
Keith Burdis