Skip to content
Snippets Groups Projects
phpfpm.conf 446 B
Newer Older
  • Learn to ignore specific revisions
  • local:
      name : "local"
      url  : "http://localhost/fpm-status.php?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"
    {% endfor %}
    {% for site in netdata_phpfpm|default([]) %}
    
    site_{{ site.id }}:
      name : "site_{{ site.id }}"
      url  : "https://{{ site.domain }}/fpm-status.php?full&json"
    {% endfor %}