Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
testing
puppet-icinga2_testing
Commits
d6a9e858
Commit
d6a9e858
authored
Oct 11, 2016
by
Markus Frosch
Browse files
selftest: Update monitoring for https
parent
e6eebf1d
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/selftest/services.conf.erb
View file @
d6a9e858
...
...
@@ -112,7 +112,18 @@ apply Service "http" {
check_command = "http"
vars.http_expect = "301"
assign where host.vars.role == "icinga"
&&
host.vars.zone == "master"
}
apply Service "https" {
import "generic-service"
check_command = "http"
vars.http_expect = "302"
vars.http_ssl = true
assign where host.vars.role == "icinga"
&&
host.vars.zone == "master"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment