mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
deployment via docker
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
---
|
||||
primary:
|
||||
address: ":6000"
|
||||
health:
|
||||
address: ":6001"
|
||||
options:
|
||||
- "PayloadsOverZero"
|
||||
- "PayloadsOverHundred"
|
||||
- "PayloadsOverThousand"
|
||||
- "PayloadsOverTenThousand"
|
||||
pprof:
|
||||
address: ":6002"
|
||||
metric:
|
||||
address: ":6003"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "caduceus"
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "DEBUG"
|
||||
json: false
|
||||
env: test
|
||||
fqdn: caduceus
|
||||
scheme: http
|
||||
|
||||
numWorkerThreads: 10
|
||||
jobQueueSize: 10
|
||||
sender:
|
||||
numWorkersPerSender: 5000
|
||||
queueSizePerSender: 100000
|
||||
cutOffPeriod: 10s
|
||||
linger: 180s
|
||||
clientTimeout: 60s
|
||||
deliveryRetries: 1
|
||||
deliveryInterval: 10ms
|
||||
responseHeaderTimeout: 10s
|
||||
profilerFrequency: 15
|
||||
profilerDuration: 15
|
||||
profilerQueueSize: 100
|
||||
totalIncomingPayloadSizeBuckets:
|
||||
- 100
|
||||
- 1000
|
||||
- 10000
|
||||
perSourceIncomingPayloadSizeBuckets:
|
||||
- 100
|
||||
- 1000
|
||||
- 10000
|
||||
|
||||
aws:
|
||||
accessKey: "supbro"
|
||||
secretKey: "nahbro"
|
||||
env: local-dev
|
||||
sns:
|
||||
awsEndpoint: http://goaws:4100
|
||||
region: "us-east-1"
|
||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||
urlPath: "/api/v2/aws/sns"
|
||||
waitForDns: 0
|
||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
||||
start:
|
||||
duration: 1
|
||||
apiPath: http://caduceus:6000/hooks
|
||||
authHeader: YXV0aEhlYWRlcg==
|
||||
|
||||
service:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul0:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
vnodeCount: 211
|
||||
registrations:
|
||||
-
|
||||
id: "caduceus"
|
||||
name: "caduceus"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
- "stage=dev"
|
||||
- "flavor=docker"
|
||||
address: "http://caduceus"
|
||||
scheme: "http"
|
||||
port: 6000
|
||||
checks:
|
||||
-
|
||||
checkID: "caduceus:http"
|
||||
http: "http://caduceus:6001/health"
|
||||
interval: "30s"
|
||||
deregisterCriticalServiceAfter: "70s"
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"datacenter": "dc0",
|
||||
"node_name": "ConsulServer0",
|
||||
"log_level": "INFO",
|
||||
"telemetry": {
|
||||
"disable_hostname": true,
|
||||
"statsite_address": "127.0.0.1:8700",
|
||||
"prometheus_retention_time" : "1h",
|
||||
"prefix_filter": [
|
||||
"+consul.raft.apply",
|
||||
"-consul.http",
|
||||
"+consul.catalog.service"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"datacenter": "dc1",
|
||||
"node_name": "ConsulServer1",
|
||||
"retry_join_wan":[
|
||||
"consul0"
|
||||
],
|
||||
"log_level": "INFO",
|
||||
"telemetry": {
|
||||
"disable_hostname": true,
|
||||
"statsite_address": "127.0.0.1:8700",
|
||||
"prometheus_retention_time" : "1h",
|
||||
"prefix_filter": [
|
||||
"+consul.raft.apply",
|
||||
"-consul.http",
|
||||
"+consul.catalog.service"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
---
|
||||
fqdn: petasos
|
||||
env: test
|
||||
scheme: http
|
||||
|
||||
primary:
|
||||
address: ":6400"
|
||||
health:
|
||||
address: ":6401"
|
||||
options:
|
||||
- "PayloadsOverZero"
|
||||
- "PayloadsOverHundred"
|
||||
- "PayloadsOverThousand"
|
||||
- "PayloadsOverTenThousand"
|
||||
pprof:
|
||||
address: ":6402"
|
||||
metric:
|
||||
address: ":6403"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "petasos"
|
||||
control:
|
||||
address: ":6404"
|
||||
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "debug"
|
||||
json: true
|
||||
|
||||
|
||||
service:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul0:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
passingOnly: true
|
||||
vnodeCount: 211
|
||||
|
||||
redundancy:
|
||||
dc1:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul1:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
passingOnly: true
|
||||
vnodeCount: 211
|
||||
@@ -0,0 +1,79 @@
|
||||
---
|
||||
# my global config
|
||||
global:
|
||||
scrape_interval: 2s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
|
||||
evaluation_interval: 2s # Evaluate rules every 15 seconds. The default is every 1 minute.
|
||||
# scrape_timeout is set to the global default (10s).
|
||||
|
||||
# Attach these labels to any time series or alerts when communicating with
|
||||
# external systems (federation, remote storage, Alertmanager).
|
||||
external_labels:
|
||||
monitor: 'codelab-monitor'
|
||||
|
||||
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
||||
# rule_files:
|
||||
# - "first.rules"
|
||||
# - "second.rules"
|
||||
|
||||
# A scrape configuration containing exactly one endpoint to scrape:
|
||||
# Here it's Prometheus itself.
|
||||
scrape_configs:
|
||||
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
||||
- job_name: 'prometheus'
|
||||
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['prometheus:9090']
|
||||
|
||||
- job_name: 'docker'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['docker.for.mac.host.internal:9323']
|
||||
- job_name: 'caduceus'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['caduceus:6003']
|
||||
|
||||
- job_name: 'petasos'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['petasos:6403']
|
||||
|
||||
- job_name: 'scytale'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['scytale:6303']
|
||||
|
||||
- job_name: 'talaria'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['talaria-0:6204', 'talaria-1:6214', 'talaria-2:6224']
|
||||
|
||||
- job_name: 'tr1d1um'
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['tr1d1um:6103']
|
||||
|
||||
- job_name: 'consul'
|
||||
metrics_path: "/v1/agent/metrics"
|
||||
params:
|
||||
format: ["prometheus"]
|
||||
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
static_configs:
|
||||
- targets: ['consul0:8500','consul1:8500']
|
||||
@@ -0,0 +1,83 @@
|
||||
---
|
||||
fqdn: scytale
|
||||
env: test
|
||||
scheme: http
|
||||
|
||||
primary:
|
||||
address: ":6300"
|
||||
health:
|
||||
address: ":6301"
|
||||
options:
|
||||
- "PayloadsOverZero"
|
||||
- "PayloadsOverHundred"
|
||||
- "PayloadsOverThousand"
|
||||
- "PayloadsOverTenThousand"
|
||||
pprof:
|
||||
address: ":6302"
|
||||
metric:
|
||||
address: ":6303"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "scytale"
|
||||
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "DEBUG"
|
||||
json: false
|
||||
|
||||
fanout:
|
||||
endpoints: [ "http://petasos:6400/api/v2/device/send" ]
|
||||
authorization: YXV0aEhlYWRlcg==
|
||||
fanoutTimeout: "5s"
|
||||
clientTimeout: "5s"
|
||||
concurrency: 10
|
||||
|
||||
service:
|
||||
consul:
|
||||
client:
|
||||
address: "consul0:8500"
|
||||
scheme: "http"
|
||||
disableGenerateID: true
|
||||
vnodeCount: 211
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
allDatacenters: true
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
registrations:
|
||||
-
|
||||
id: "scytale"
|
||||
name: "scytale"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
- "stage=dev"
|
||||
- "flavor=docker"
|
||||
address: "http://scytale"
|
||||
scheme: "http"
|
||||
port: 6200
|
||||
checks:
|
||||
-
|
||||
checkID: "talaria-0:http"
|
||||
http: "http://scytale:6301/health"
|
||||
interval: "30s"
|
||||
deregisterCriticalServiceAfter: "70s"
|
||||
|
||||
aws:
|
||||
accessKey: "supbro"
|
||||
secretKey: "nahbro"
|
||||
env: local-dev
|
||||
sns:
|
||||
awsEndpoint: http://goaws:4100
|
||||
region: "us-east-1"
|
||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||
urlPath: "/api/v2/aws/sns"
|
||||
waitForDns: 0
|
||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
||||
start:
|
||||
duration: 1
|
||||
apiPath: http://caduceus:6000/hooks
|
||||
authHeader: YXV0aEhlYWRlcg==
|
||||
@@ -0,0 +1,35 @@
|
||||
Local: # Environment name that can be passed on the command line
|
||||
# (i.e.: ./goaws [Local | Dev] -- defaults to 'Local')
|
||||
Host: goaws # hostname of the goaws system (for docker-compose this is the tag name of the container)
|
||||
# you can now use either 1 port for both sns and sqs or alternatively you can comment out Port and use SqsPort + SnsPort for compatibilyt with
|
||||
# yopa and (fage-sns + face-sqs). If both ways are in the config file on the one "Port" will be used by GoAws
|
||||
Port: 4100 # port to listen on.
|
||||
# SqsPort: 9324 # alterante Sqs Port
|
||||
# SnsPort: 9292 # alternate Sns Port
|
||||
Region: us-east-1
|
||||
LogMessages: true # Log messages (true/false)
|
||||
LogFile: ./goaws_messages.log # Log filename (for message logging
|
||||
QueueAttributeDefaults: # default attributes for all queues
|
||||
VisibilityTimeout: 30 # message visibility timeout
|
||||
ReceiveMessageWaitTimeSeconds: 0 # receive message max wait time
|
||||
Topics: # List of topic to create at startup
|
||||
- Name: xmidt-local-caduceus # Topic name - no Subscriptions
|
||||
|
||||
Dev: # Another environment
|
||||
Host: localhost
|
||||
Port: 4100
|
||||
# SqsPort: 9324
|
||||
# SnsPort: 9292
|
||||
LogMessages: true
|
||||
LogFile: ./goaws_messages.log
|
||||
Queues:
|
||||
- Name: dev-queue1
|
||||
- Name: dev-queue2
|
||||
Topics:
|
||||
- Name: dev-topic1
|
||||
Subscriptions:
|
||||
- QueueName: dev-queue3
|
||||
Raw: false
|
||||
- QueueName: dev-queue4
|
||||
Raw: true
|
||||
- Name: dev-topic2
|
||||
@@ -0,0 +1,96 @@
|
||||
---
|
||||
fqdn: talaria
|
||||
env: test
|
||||
scheme: http
|
||||
|
||||
primary:
|
||||
address: ":6200"
|
||||
health:
|
||||
address: ":6201"
|
||||
pprof:
|
||||
address: ":6202"
|
||||
control:
|
||||
address: ":6203"
|
||||
metric:
|
||||
address: ":6204"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "talaria"
|
||||
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "debug"
|
||||
json: false
|
||||
|
||||
device:
|
||||
manager:
|
||||
upgrader:
|
||||
handshakeTimeout: "10s"
|
||||
maxDevices: 2000
|
||||
deviceMessageQueueSize: 100
|
||||
pingPeriod: "45s"
|
||||
idlePeriod: "135s"
|
||||
requestTimeout: "15s"
|
||||
outbound:
|
||||
method: "POST"
|
||||
eventEndpoints:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
requestTimeout: "125s"
|
||||
defaultScheme: "http"
|
||||
allowedSchemes:
|
||||
- "http"
|
||||
- "https"
|
||||
outboundQueueSize: 1000
|
||||
workerPoolSize: 100
|
||||
transport:
|
||||
maxIdleConns: 0
|
||||
maxIdleConnsPerHost: 100
|
||||
idleConnTimeout: "120s"
|
||||
clientTimeout: "160s"
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
inbound:
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
|
||||
eventMap:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
|
||||
service:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul0:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
vnodeCount: 211
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
-
|
||||
service: "caduceus"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
registrations:
|
||||
-
|
||||
id: "talaria-0"
|
||||
name: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
- "stage=dev"
|
||||
- "flavor=docker"
|
||||
address: "http://talaria-0"
|
||||
scheme: "http"
|
||||
port: 6200
|
||||
checks:
|
||||
-
|
||||
checkID: "talaria-0:http"
|
||||
http: "http://talaria-0:6201/health"
|
||||
interval: "30s"
|
||||
deregisterCriticalServiceAfter: "70s"
|
||||
@@ -0,0 +1,96 @@
|
||||
---
|
||||
fqdn: talaria
|
||||
env: test
|
||||
scheme: http
|
||||
|
||||
primary:
|
||||
address: ":6210"
|
||||
health:
|
||||
address: ":6211"
|
||||
pprof:
|
||||
address: ":6212"
|
||||
control:
|
||||
address: ":6213"
|
||||
metric:
|
||||
address: ":6214"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "talaria"
|
||||
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "debug"
|
||||
json: false
|
||||
|
||||
device:
|
||||
manager:
|
||||
upgrader:
|
||||
handshakeTimeout: "10s"
|
||||
maxDevices: 2000
|
||||
deviceMessageQueueSize: 100
|
||||
pingPeriod: "45s"
|
||||
idlePeriod: "135s"
|
||||
requestTimeout: "15s"
|
||||
outbound:
|
||||
method: "POST"
|
||||
eventEndpoints:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
requestTimeout: "125s"
|
||||
defaultScheme: "http"
|
||||
allowedSchemes:
|
||||
- "http"
|
||||
- "https"
|
||||
outboundQueueSize: 1000
|
||||
workerPoolSize: 100
|
||||
transport:
|
||||
maxIdleConns: 0
|
||||
maxIdleConnsPerHost: 100
|
||||
idleConnTimeout: "120s"
|
||||
clientTimeout: "160s"
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
inbound:
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
|
||||
eventMap:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
|
||||
service:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul0:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
vnodeCount: 211
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
-
|
||||
service: "caduceus"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
registrations:
|
||||
-
|
||||
id: "talaria-1"
|
||||
name: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
- "stage=dev"
|
||||
- "flavor=docker"
|
||||
address: "http://talaria-1"
|
||||
scheme: "http"
|
||||
port: 6210
|
||||
checks:
|
||||
-
|
||||
checkID: "talaria-1:http"
|
||||
http: "http://talaria-1:6211/health"
|
||||
interval: "30s"
|
||||
deregisterCriticalServiceAfter: "70s"
|
||||
@@ -0,0 +1,96 @@
|
||||
---
|
||||
fqdn: talaria
|
||||
env: test
|
||||
scheme: http
|
||||
|
||||
primary:
|
||||
address: ":6220"
|
||||
health:
|
||||
address: ":6221"
|
||||
pprof:
|
||||
address: ":6222"
|
||||
control:
|
||||
address: ":6223"
|
||||
metric:
|
||||
address: ":6224"
|
||||
metricsOptions:
|
||||
namespace: "xmidt"
|
||||
subsystem: "talaria"
|
||||
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "debug"
|
||||
json: false
|
||||
|
||||
device:
|
||||
manager:
|
||||
upgrader:
|
||||
handshakeTimeout: "10s"
|
||||
maxDevices: 2000
|
||||
deviceMessageQueueSize: 100
|
||||
pingPeriod: "45s"
|
||||
idlePeriod: "135s"
|
||||
requestTimeout: "15s"
|
||||
outbound:
|
||||
method: "POST"
|
||||
eventEndpoints:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
requestTimeout: "125s"
|
||||
defaultScheme: "http"
|
||||
allowedSchemes:
|
||||
- "http"
|
||||
- "https"
|
||||
outboundQueueSize: 1000
|
||||
workerPoolSize: 100
|
||||
transport:
|
||||
maxIdleConns: 0
|
||||
maxIdleConnsPerHost: 100
|
||||
idleConnTimeout: "120s"
|
||||
clientTimeout: "160s"
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
inbound:
|
||||
authKey: YXV0aEhlYWRlcg==
|
||||
|
||||
eventMap:
|
||||
default: http://caduceus:6000/api/v3/notify
|
||||
|
||||
service:
|
||||
defaultScheme: http
|
||||
consul:
|
||||
client:
|
||||
address: "consul1:8500"
|
||||
scheme: "http"
|
||||
waitTime: "30s"
|
||||
disableGenerateID: true
|
||||
vnodeCount: 211
|
||||
watches:
|
||||
-
|
||||
service: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
-
|
||||
service: "caduceus"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
passingOnly: true
|
||||
registrations:
|
||||
-
|
||||
id: "talaria-2"
|
||||
name: "talaria"
|
||||
tags:
|
||||
- "dev"
|
||||
- "docker"
|
||||
- "stage=dev"
|
||||
- "flavor=docker"
|
||||
address: "http://talaria-2"
|
||||
scheme: "http"
|
||||
port: 6220
|
||||
checks:
|
||||
-
|
||||
checkID: "talaria-2:http"
|
||||
http: "http://talaria-2:6221/health"
|
||||
interval: "30s"
|
||||
deregisterCriticalServiceAfter: "70s"
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
fqdn: tr1d1um
|
||||
env: test
|
||||
scheme: http
|
||||
hooksScheme: http
|
||||
|
||||
primary:
|
||||
address: ":6100"
|
||||
health:
|
||||
address: ":6101"
|
||||
options:
|
||||
- "PayloadsOverZero"
|
||||
- "PayloadsOverHundred"
|
||||
- "PayloadsOverThousand"
|
||||
- "PayloadsOverTenThousand"
|
||||
readTimeout: "15s"
|
||||
idleTimeout: "15s"
|
||||
pprof:
|
||||
address: ":6102"
|
||||
readTimeout: "15s"
|
||||
idleTimeout: "15s"
|
||||
metric:
|
||||
address: ":6103"
|
||||
metricsOptions:
|
||||
namespace: "webpa"
|
||||
subsystem: "tr1d1um"
|
||||
readTimeout: "15s"
|
||||
idleTimeout: "15s"
|
||||
log:
|
||||
file: "stdout"
|
||||
level: "INFO"
|
||||
json: false
|
||||
|
||||
start:
|
||||
duration: 1
|
||||
apiPath: tr1d1um:6100/hooks
|
||||
|
||||
waitForDns: 0
|
||||
|
||||
aws:
|
||||
accessKey: "supbro"
|
||||
secretKey: "nahbro"
|
||||
env: local-dev
|
||||
sns:
|
||||
awsEndpoint: http://goaws:4100
|
||||
region: "us-east-1"
|
||||
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
||||
urlPath: "/api/v2/aws/sns"
|
||||
|
||||
authHeader: ["YXV0aEhlYWRlcg=="]
|
||||
targetURL: http://scytale:6300
|
||||
# WRPSource: "dns:tr1d1um.xmidt.comcast.net"
|
||||
supportedServices:
|
||||
- "config"
|
||||
clientTimeout: "135s"
|
||||
respWaitTimeout: "129s"
|
||||
netDialerTimeout: "5s"
|
||||
requestRetryInterval: "2s"
|
||||
requestMaxRetries: 2
|
||||
Reference in New Issue
Block a user