Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
micah
platform
Commits
885c3244
Commit
885c3244
authored
10 years ago
by
Varac
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix Check_mk notifications (Bug #6403)" into develop
parents
503a316e
6ebd8cee
Branches
Branches containing commit
Tags
0.6.0rc1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
puppet/modules/site_check_mk/files/host_contactgroups.mk
+3
-0
3 additions, 0 deletions
puppet/modules/site_check_mk/files/host_contactgroups.mk
puppet/modules/site_check_mk/manifests/server.pp
+4
-1
4 additions, 1 deletion
puppet/modules/site_check_mk/manifests/server.pp
with
7 additions
and
1 deletion
puppet/modules/site_check_mk/files/host_contactgroups.mk
0 → 100644
+
3
−
0
View file @
885c3244
host_contactgroups
=
[
(
"admins"
,
ALL_HOSTS
),
]
This diff is collapsed.
Click to expand it.
puppet/modules/site_check_mk/manifests/server.pp
+
4
−
1
View file @
885c3244
...
@@ -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
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment