Replace pacemaker_local_resource_active in dashboards templating

pull/10/head
Guillaume Thouvenin 6 years ago
parent 72e186cba8
commit cf02140010
  1. 2
      grafana/files/dashboards/Cinder.json
  2. 2
      grafana/files/dashboards/Glance.json
  3. 2
      grafana/files/dashboards/HAProxy.json
  4. 2
      grafana/files/dashboards/Heat.json
  5. 2
      grafana/files/dashboards/Keystone.json
  6. 2
      grafana/files/dashboards/Neutron.json
  7. 2
      grafana/files/dashboards/Nova.json

@ -5107,7 +5107,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/",
"query": "show tag values from openstack_cinder_http_response_times with key = hostname where environment_label =~ /^$environment$/",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -3218,7 +3218,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/ ",
"query": "show tag values from openstack_glance_http_response_times with key = hostname where environment_label =~ /^$environment$/ ",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -2947,7 +2947,7 @@
"includeAll": false,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/ ",
"query": "show tag values from haproxy_backend_servers with key = hostname where environment_label =~ /^$environment$/ ",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -1534,7 +1534,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/",
"query": "show tag values from openstack_heat_http_response_times with key = hostname where environment_label =~ /^$environment$/",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -1970,7 +1970,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/",
"query": "show tag values from openstack_keystone_http_response_times with key = hostname where environment_label =~ /^$environment$/",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -4330,7 +4330,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": " show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/ ",
"query": " show tag values from openstack_neutron_http_response_times with key = hostname where environment_label =~ /^$environment$/ ",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

@ -5495,7 +5495,7 @@
"includeAll": true,
"name": "server",
"options": [],
"query": "show tag values from pacemaker_local_resource_active with key = hostname where environment_label =~ /^$environment$/ ",
"query": "show tag values from openstack_nova_http_response_times with key = hostname where environment_label =~ /^$environment$/ ",
"refresh": 1,
"refresh_on_load": true,
"regex": "",

Loading…
Cancel
Save