Merge pull request #10 from thouveng/fix-grafana-templates
Replace pacemaker_local_resource_active in templating
This commit is contained in:
commit
c4ddb9ebda
7 changed files with 7 additions and 7 deletions
|
@ -5107,7 +5107,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -3218,7 +3218,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -2947,7 +2947,7 @@
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -1534,7 +1534,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -1970,7 +1970,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -4330,7 +4330,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
|
@ -5495,7 +5495,7 @@
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"options": [],
|
"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": 1,
|
||||||
"refresh_on_load": true,
|
"refresh_on_load": true,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
|
|
Loading…
Reference in a new issue