Fix quoting
This commit is contained in:
parent
92ca77f503
commit
61299bb763
3 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@ check process php-fpm with pidfile /run/php/php{{ php_version.stdout }}-fpm.pid
|
|||
if failed unixsocket /run/php/php{{ php_version.stdout }}-fpm.sock for 3 cycles then restart
|
||||
if 3 restarts within 5 cycles then timeout
|
||||
|
||||
{% if apache2 in ansible_facts.packages %}
|
||||
{% if "apache2" in ansible_facts.packages %}
|
||||
check file basedir with path /var/log/apache2/error.log
|
||||
if match "open_basedir restriction in effect" then alert
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue