Borys Borysenko

Results 6 issues of Borys Borysenko

It looks like that we have to use `avg` instead of `sum` [there](https://github.com/stefanprodan/swarmprom/blob/master/prometheus/rules/swarm_task.rules.yml): ``` - alert: task_high_cpu_usage_50 expr: sum(rate(container_cpu_usage_seconds_total{container_label_com_docker_swarm_task_name=~".+"}[1m])) BY (container_label_com_docker_swarm_task_name, container_label_com_docker_swarm_node_id) * 100 > 50 for: 1m annotations: description:...

I'm going to run a local consul agent to be able to register a containers as separate nodes in consul. But would like to not register a checks in Consul...

enhancement
help wanted
v3.x

`^C` doesn't close interactive session ``` $ cat Supfile --- version: 0.4 networks: production: hosts: - [email protected]:9022 - [email protected]:9022 commands: bash: desc: Interactive Bash on all hosts stdin: true run:...

I would like to be able dynamically generate inventory based on environment variables: ``` # Supfile --- env: GCLOUD_INSTANCE_NAME: loadtesing-template networks: cloud: inventory: echo "deploy@$(gcloud compute instances describe $GCLOUD_INSTANCE_NAME |...

To be able escalate privilege per task/play/playbook we don't need pass `become` and `become_method` directives to instance of Playbook class.

Hello, Could you please share some details about Jenkins job configuration? Thanks in advance!