Fix LDAP volume conditional, better metrics interval

This commit is contained in:
Alan Rominger
2022-09-04 22:33:12 -04:00
parent 749622427c
commit 53de245877
3 changed files with 3 additions and 8 deletions

View File

@@ -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

View File

@@ -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": [],

View File

@@ -8,3 +8,5 @@ datasources:
access: proxy access: proxy
url: http://prometheus:9090 url: http://prometheus:9090
editable: true editable: true
jsonData:
timeInterval: 5s