Skip to content

Improve ECS-related alerts#360

Merged
LDiazN merged 5 commits into
mainfrom
fix-ecs-alerts
Mar 9, 2026
Merged

Improve ECS-related alerts#360
LDiazN merged 5 commits into
mainfrom
fix-ecs-alerts

Conversation

@LDiazN

@LDiazN LDiazN commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

This script improves the alerts related to ECS tasks:

  1. Removes "instance down" alerts for tasks (not EC2 instances, the task themselves)
  2. Provides better information on "instance down" alerts for AWS hosts, it will report the name of the instance in the slack message

closes #357

@LDiazN LDiazN requested review from aagbsn and hellais March 6, 2026 11:52
@LDiazN LDiazN self-assigned this Mar 6, 2026
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown

Ansible Run Output 🤖

Ansible Playbook Recap 🔍



Ansible playbook output 📖success

Show Execution

$ ansible-playbook playbook.yml --check --diff -i ../tf/modules/ansible_inventory/inventories/inventory-dev.ini
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
[ERROR]: the role 'geerlingguy.docker' was not found in /home/runner/work/devops/devops/ansible/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/devops/devops/ansible
Origin: /home/runner/work/devops/devops/ansible/deploy-testlists.yml:16:7

14         node_exporter_host: "0.0.0.0"
15         node_exporter_options: ""
16     - role: geerlingguy.docker
         ^ column 7

Pusher @LDiazN
Action pull_request
Working Directory
Workflow .github/workflows/check_ansible.yml
Last updated Fri, 06 Mar 2026 11:54:30 GMT

@LDiazN LDiazN merged commit 8652b72 into main Mar 9, 2026
2 checks passed
@LDiazN LDiazN mentioned this pull request Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce alerts for down ECS tasks

1 participant