Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
github-mirror
ansible-playbooks
Commits
3064c71e
Commit
3064c71e
authored
Apr 18, 2017
by
aflatto
Committed by
GitHub
Apr 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #42 from aflatto/master
Update README.md
parents
38206b4c
c8c73124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
icinga2-ansible-add-hosts/README.md
icinga2-ansible-add-hosts/README.md
+2
-2
No files found.
icinga2-ansible-add-hosts/README.md
View file @
3064c71e
...
...
@@ -29,13 +29,13 @@ Example Playbook
object Service "load_average" {
host_name = "{{ hostvars
[
item
][
'ansible_fqdn'
]
}}"
check_command = "check_nrpe"
vars.
remote_
nrpe_command = "check_load"
vars.nrpe_command = "check_load"
}
object Service "disk" {
host_name = "{{ hostvars[item]['ansible_fqdn'] }}"
check_command = "check_nrpe"
vars.
remote_
nrpe_command = "check_disk"
vars.nrpe_command = "check_disk"
}
tags: add-hosts
...
...
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