mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Merge pull request #12830 from AlanCoding/dev_stuff
Fix LDAP volume conditional, better metrics interval
This commit is contained in:
@@ -228,7 +228,7 @@ volumes:
|
|||||||
redis_socket_{{ container_postfix }}:
|
redis_socket_{{ container_postfix }}:
|
||||||
name: tools_redis_socket_{{ container_postfix }}
|
name: tools_redis_socket_{{ container_postfix }}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% if enable_ldap %}
|
{% if enable_ldap|bool %}
|
||||||
openldap_data:
|
openldap_data:
|
||||||
name: tools_ldap_1
|
name: tools_ldap_1
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
@@ -90,7 +90,6 @@
|
|||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -177,7 +176,6 @@
|
|||||||
"y": 8
|
"y": 8
|
||||||
},
|
},
|
||||||
"id": 12,
|
"id": 12,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -291,7 +289,6 @@
|
|||||||
"y": 8
|
"y": 8
|
||||||
},
|
},
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -430,7 +427,6 @@
|
|||||||
"y": 16
|
"y": 16
|
||||||
},
|
},
|
||||||
"id": 16,
|
"id": 16,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -552,7 +548,6 @@
|
|||||||
"y": 16
|
"y": 16
|
||||||
},
|
},
|
||||||
"id": 18,
|
"id": 18,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -650,7 +645,6 @@
|
|||||||
"y": 24
|
"y": 24
|
||||||
},
|
},
|
||||||
"id": 14,
|
"id": 14,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
@@ -740,7 +734,6 @@
|
|||||||
"y": 24
|
"y": 24
|
||||||
},
|
},
|
||||||
"id": 20,
|
"id": 20,
|
||||||
"interval": "5",
|
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
|
|||||||
@@ -8,3 +8,5 @@ datasources:
|
|||||||
access: proxy
|
access: proxy
|
||||||
url: http://prometheus:9090
|
url: http://prometheus:9090
|
||||||
editable: true
|
editable: true
|
||||||
|
jsonData:
|
||||||
|
timeInterval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user