Skip to content
Snippets Groups Projects
Commit 885c3244 authored by Varac's avatar Varac Committed by Gerrit Code Review
Browse files

Merge "Fix Check_mk notifications (Bug #6403)" into develop

parents 503a316e 6ebd8cee
Branches
Tags 0.6.0rc1
No related merge requests found
host_contactgroups = [
( "admins", ALL_HOSTS ),
]
...@@ -40,6 +40,10 @@ class site_check_mk::server { ...@@ -40,6 +40,10 @@ class site_check_mk::server {
content => template('site_check_mk/hostgroups.mk'), content => template('site_check_mk/hostgroups.mk'),
notify => Exec['check_mk-refresh'], notify => Exec['check_mk-refresh'],
require => Package['check-mk-server']; require => Package['check-mk-server'];
'/etc/check_mk/conf.d/host_contactgroups.mk':
source => 'puppet:///modules/site_check_mk/host_contactgroups.mk',
notify => Exec['check_mk-refresh'],
require => Package['check-mk-server'];
'/etc/check_mk/all_hosts_static': '/etc/check_mk/all_hosts_static':
content => $all_hosts, content => $all_hosts,
notify => Exec['check_mk-refresh'], notify => Exec['check_mk-refresh'],
...@@ -64,6 +68,5 @@ class site_check_mk::server { ...@@ -64,6 +68,5 @@ class site_check_mk::server {
require => Package['nagios-plugins-basic']; require => Package['nagios-plugins-basic'];
} }
include check_mk::agent::local_checks include check_mk::agent::local_checks
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment