Skip to content
Snippets Groups Projects
Commit dc639f8c authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/php#12 Change PHP-FPM, Apache and Netdata settings

parent 5f5e3c63
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@ update_every: 5
local:
name : "local"
url : "http://localhost/fpm-status.php?full&json"
url : "http://localhost/fpm-status?full&json"
{% for drupal in drupal_settings|default([]) %}
drupal_{{ drupal.id }}:
name : "drupal_{{ drupal.id }}"
url : "https://{{ drupal.domains[0]['domain'] }}/fpm-status.php?full&json"
url : "https://{{ drupal.domains[0]['domain'] }}/fpm-status?full&json"
{% endfor %}
{% for site in netdata_phpfpm|default([]) %}
site_{{ site.id }}:
name : "site_{{ site.id }}"
url : "https://{{ site.domain }}/fpm-status.php?full&json"
url : "https://{{ site.domain }}/fpm-status?full&json"
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment