-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adicionando configuração ao newrelic infra para coletar logs. (#59)
* adicionando configuração ao newrelic infra para coletar logs. * removendo espaços desnecessários ao final da linha * removendo become duplicado * ajuste de lint * ajuste logging * ajustando o lint Co-authored-by: Marcos Vinicius Rezende <marcos.rezende@ambevtech.com.br>
- Loading branch information
1 parent
07ad3f6
commit 1d3f8b8
Showing
6 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
parseable: true | ||
skip_list: | ||
- '204' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
logs: | ||
- name: alternatives.log | ||
file: /var/log/alternatives.log | ||
|
||
- name: auth.log | ||
file: /var/log/auth.log | ||
|
||
- name: dpkg.log | ||
file: /var/log/dpkg.log | ||
|
||
- name: docker-logs | ||
file: /var/lib/docker/containers/*/*.log | ||
|
||
- name: nginx-access-logs | ||
file: /var/log/nginx/access.log* | ||
|
||
- name: nginx-error-logs | ||
file: /var/log/nginx/error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ molecule-docker==0.2.4 | |
pytest==6.2.1 | ||
pytest-testinfra==6.1.0 | ||
testinfra==6.0.0 | ||
yamllint==1.25.0 | ||
yamllint==1.25.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
|
||
# Do galaxy | ||
- src: dokku_bot.ansible_dokku | ||
version: v2020.11.25 | ||
|