mktxp 1.2.4 sync
This commit is contained in:
@@ -47,7 +47,7 @@ services:
|
|||||||
loki:
|
loki:
|
||||||
command: -config.file=/etc/loki/loki-config.yml
|
command: -config.file=/etc/loki/loki-config.yml
|
||||||
container_name: loki
|
container_name: loki
|
||||||
image: grafana/loki:2.3.0
|
image: grafana/loki:latest
|
||||||
networks:
|
networks:
|
||||||
mktxp: null
|
mktxp: null
|
||||||
ports:
|
ports:
|
||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
promtail:
|
promtail:
|
||||||
command: -config.file=/etc/promtail/promtail-config.yml
|
command: -config.file=/etc/promtail/promtail-config.yml
|
||||||
container_name: promtail
|
container_name: promtail
|
||||||
image: grafana/promtail:2.3.0
|
image: grafana/promtail:latest
|
||||||
networks:
|
networks:
|
||||||
mktxp: null
|
mktxp: null
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
loki:
|
loki:
|
||||||
command: -config.file=/etc/loki/loki-config.yml
|
command: -config.file=/etc/loki/loki-config.yml
|
||||||
container_name: loki
|
container_name: loki
|
||||||
image: grafana/loki:2.3.0
|
image: grafana/loki:latest
|
||||||
networks:
|
networks:
|
||||||
mktxp: null
|
mktxp: null
|
||||||
ports:
|
ports:
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
promtail:
|
promtail:
|
||||||
command: -config.file=/etc/promtail/promtail-config.yml
|
command: -config.file=/etc/promtail/promtail-config.yml
|
||||||
container_name: promtail
|
container_name: promtail
|
||||||
image: grafana/promtail:2.3.0
|
image: grafana/promtail:latest
|
||||||
networks:
|
networks:
|
||||||
mktxp: null
|
mktxp: null
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ server:
|
|||||||
http_listen_port: 3100
|
http_listen_port: 3100
|
||||||
|
|
||||||
ingester:
|
ingester:
|
||||||
|
wal:
|
||||||
|
enabled: false
|
||||||
lifecycler:
|
lifecycler:
|
||||||
address: 127.0.0.1
|
address: 127.0.0.1
|
||||||
ring:
|
ring:
|
||||||
|
|||||||
+3
-3
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
[MKTXP]
|
[MKTXP]
|
||||||
listen = '0.0.0.0:49090' # Space separated list of socket addresses to listen to, both IPV4 and IPV6
|
listen = '0.0.0.0:49090' # Space separated list of socket addresses to listen to, both IPV4 and IPV6
|
||||||
socket_timeout = 2
|
socket_timeout = 5
|
||||||
|
|
||||||
initial_delay_on_failure = 120
|
initial_delay_on_failure = 120
|
||||||
max_delay_on_failure = 900
|
max_delay_on_failure = 900
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel
|
fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel
|
||||||
max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only)
|
max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only)
|
||||||
max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only)
|
max_scrape_duration = 30 # Max duration of individual routers' metrics collection (parallel fetch only)
|
||||||
total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only)
|
total_max_scrape_duration = 90 # Max overall duration of all metrics collection (parallel fetch only)
|
||||||
|
|
||||||
compact_default_conf_values = False # Compact mktxp.conf, so only specific values are kept on the individual routers' level
|
compact_default_conf_values = False # Compact mktxp.conf, so only specific values are kept on the individual routers' level
|
||||||
+2
-2
@@ -1,5 +1,4 @@
|
|||||||
## Copyright (c) 2020 Arseniy Kuznetsov
|
## Copyright (c) 2020 Arseniy Kuznetsov
|
||||||
## Copyright (c) 2020 Arseniy Kuznetsov
|
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or
|
## This program is free software; you can redistribute it and/or
|
||||||
## modify it under the terms of the GNU General Public License
|
## modify it under the terms of the GNU General Public License
|
||||||
@@ -54,7 +53,8 @@
|
|||||||
capsman = True # CAPsMAN general metrics
|
capsman = True # CAPsMAN general metrics
|
||||||
capsman_clients = True # CAPsMAN clients metrics
|
capsman_clients = True # CAPsMAN clients metrics
|
||||||
|
|
||||||
kid_control_devices = False # Kid Control metrics
|
kid_control_assigned = False # Allow Kid Control metrics for connected devices with assigned users
|
||||||
|
kid_control_dynamic = False # Allow Kid Control metrics for all connected devices, including those without assigned user
|
||||||
|
|
||||||
user = True # Active Users metrics
|
user = True # Active Users metrics
|
||||||
queue = True # Queues metrics
|
queue = True # Queues metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user