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