summaryrefslogtreecommitdiff
path: root/puppet/modules/site_nagios/manifests/server
AgeCommit message (Collapse)Author
2016-03-10Add Dependencies to site_nagios resourcesvarac
2016-03-02Dont recreate nagios resources on every runvarac
Use purging of nagios resources in a way that not all resources are recreated on every puppetrun. Resolves: #2327
2015-11-17[bug] use $lsbdistcodename to query apache versionvarac
Using $::apache_version won't work because the facts are evaluated before compiling the catalog and with this, before the installation of apache. so on an install from scratch, this fact won't contain anything.
2015-11-17[bug] [jessie] Load needed modules for apache 2.4varac
- Related: #6920
2014-12-18Install icli package and configure ncli aliases (solves #6475)guido
Change-Id: I0f9397593bc4f00b64b626a159be09ab5ef694d6
2014-12-02Change nagios mail To: Header to contain the actual platform environment's ↵Micah Anderson
contact email (Bug #6466) Change-Id: Ib86ae771e0ac3b6f329a517a8a31c9ec54d33a05
2014-10-08every environment is defined as nagios hostsgroup (#5216)varac
Change-Id: I6508ce0d06b37a1c5601a0e981a59f7fda47f76a
2014-03-04fix duplicate declarations in /etc/nagios3/conf.d/ on first deploy (Bug #5129)varac
2014-02-12moved check_mk server and client class to site_check_mk modulevarac
2014-02-11properly purge nagios3/conf.d dirvarac
2014-02-11use use_ssh.mk as template, include ssh portvarac
2014-02-10add all nodes to check_mk main.mk configvarac
2014-02-08disable purging of /etc/nagios3 and /etc/nagios3/conf.dvarac
2014-02-08reload nagios after check_mkvarac
2014-02-07deploy check_mk on monitoring servervarac
2014-02-06added site_nagios::server::apachevarac
2014-02-06added site_nagios::server::check_mkvarac
2013-01-31just purge the nagios3/conf.d content, not the dir itselfvarac
2013-01-29Purge nagios config files on every run (Feature #1544)varac