2021年3月18日星期四

Change agente-service connections in docker-compose.yml

I have this taurus_config.yml:

modules:    blazemeter:        token: .....    console:        disable: false  # default: auto      screen: console      dummy-cols: 180  # width for dummy screen      dummy-rows: 100  # height for dummy screen    services:    - module: monitoring    server-agent:    - address: 100.85....      label: US3AP....      metrics:      - cpu      - memory:usedperc      - disks:writes      - disks:reads      - network:rx      - network:tx      - swap    - address: 100.85...      label: US3AP....      metrics:      - cpu      - memory:usedperc      - disks:writes      - disks:reads      - network:rx      - network:tx      - swap    reporting:  - module: passfail    criteria:    - class: bzt.modules.monitoring.MonitoringCriteria      subject: US3A.../cpu      condition: '>'      threshold: 120      timeframe: 5s    - module: blazemeter    report-name: ugp-israel-report-cst    test: Taurus Israel    project: UGP-ISRAEL-ABS  - module: passfail    criteria:    - avg-rt>3000ms, stop as failed    - failures>1%, stop as failed  - module: final-stats    dump-xml: stats.xml  execution:  - scenario: simple    scenarios:    simple:      script: TC05_Online_sale_+_update_settlement_(israel_flow).jmx      variables:        server_port: 443        server_protocol: https      properties:        TC01threads: 1        server_ip: us3cst.tpa....com  

By themes of network ask me change that service-agent connect to a url, i try change the address component but the jenkins show this:

ERROR: ValueError: invalid literal for int() with base 10: '//us3cst.tp....com'

I assumetd that have to change the address component already tried with url and server_ip, but the jenkins show this:

ERROR: Config Error: ServerAgent client requires address parameter

I have searched on this topic and I can not find anything, please, any help would help me, thank you very much.

https://stackoverflow.com/questions/66701983/change-agente-service-connections-in-docker-compose-yml March 19, 2021 at 11:04AM

没有评论:

发表评论