Merge branch 'sebool'
This commit is contained in:
commit
534f2d2bee
2 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
LoadPlugin apache
|
||||
|
||||
<Plugin apache>
|
||||
<Instance "apache">
|
||||
URL "http://localhost/apache-status?auto"
|
||||
</Instance>
|
||||
</Plugin>
|
||||
|
||||
|
|
|
@ -56,6 +56,14 @@
|
|||
- restart collectd
|
||||
when: collectd_apache is defined
|
||||
|
||||
- name: Let collectd talk to apache over tcp
|
||||
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
|
||||
tags:
|
||||
- collectd
|
||||
ignore_errors: True
|
||||
notify:
|
||||
- restart collectd
|
||||
when: collectd_apache is defined
|
||||
|
||||
# Three tasks for handling our (two) custom selinux modules.
|
||||
- name: ensure a directory exists for our custom selinux module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue