summaryrefslogtreecommitdiff
path: root/puppet/modules/site_nagios/files
AgeCommit message (Collapse)Author
2017-06-17Stop sending mails for nagios alertsVarac
It's just too much mail... And there are other tools like nagstamon that are better suited to get an overview what's failing. Resolves: #8772
2016-03-10[feat] add /etc/nagios3/conf.d/local as confdirvarac
- Related: #2327
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-10-13Update resource_file to not include /private/ as this is not usedMicah
anymore by the nagios module, and our config template has drifted. Fixes: #7527 Change-Id: I56c3492056fcb95c499cf78b893249adcf0ae67f
2015-04-08Fix for Tapicero heartbeat check that fails on days 1-9 of the month (#6832)varac
Change-Id: If9e17de438a4a6ac8e68877bfe0c5d13d45386ee
2015-01-13added pnp4nagios graphing support (#1539)varac
Change-Id: I5c7bcfe2e6dca2276c03bd4985b0fb1e4852a9df
2014-12-17Check tapicero heartbeat (Bug #6556)varac
In order to assure tapicero is still working, we need to monitor /var/log/syslog for the last tapicero log msg, which should not be older than the last check_mk_agent run (every 2 mins atm).
2014-03-13Dont't archive nagios logs (#5324)varac
2014-03-13removed trailing whitespaces in nagios.cfgvarac
2014-02-27don't use syslog for nagios log, cause it will clutter logwatch with ↵varac
false-positive warnings
2014-02-07added local check_mk dir /etc/nagios3/local to nagios.cfgvarac
2013-02-01disable nagios debug mode (Feature #1551)varac
2013-01-28main nagios config: allow external cmds, debug modevarac