Additional services for monitoring along with tweaks.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 41s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (push) Successful in 5m46s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 29s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Successful in 6m1s
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 41s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (push) Successful in 5m46s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 29s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Successful in 6m1s
This commit is contained in:
@@ -5,18 +5,31 @@ containers:
|
|||||||
ghost_blog:
|
ghost_blog:
|
||||||
action_keywords:
|
action_keywords:
|
||||||
- restart:
|
- restart:
|
||||||
regex: ':[0-9]{2}\] ERROR.*$'
|
regex: 'Connection Error.*ECONNRESET$'
|
||||||
immich-server:
|
immich-server:
|
||||||
action_keywords:
|
action_keywords:
|
||||||
- restart:
|
- restart:
|
||||||
regex: 'ADVICE:.*error'
|
regex: '(ENOTFOUND|Error|ECONNREFUSED)'
|
||||||
invidious:
|
invidious:
|
||||||
keywords:
|
action_keywords:
|
||||||
- regex: 'Error reading.*Connection reset by peer trying to reconnect...'
|
- restart:
|
||||||
|
regex: 'Error reading.*Connection reset by peer trying to reconnect\.\.\.'
|
||||||
|
maxun-backend:
|
||||||
|
action_keywords:
|
||||||
|
- restart:
|
||||||
|
regex: '[Ee]rror'
|
||||||
|
planka:
|
||||||
|
action_keywords:
|
||||||
|
- restart:
|
||||||
|
regex: 'Failed to lift app: Sails is taking too long to load.$'
|
||||||
scrutiny:
|
scrutiny:
|
||||||
action_keywords:
|
action_keywords:
|
||||||
- restart:
|
- restart:
|
||||||
regex: s6.*fatal
|
regex: '^s6-rc: fatal: timed out$'
|
||||||
|
swag:
|
||||||
|
action_keywords:
|
||||||
|
- restart:
|
||||||
|
regex: 's6-rc: fatal.*'
|
||||||
global_keywords:
|
global_keywords:
|
||||||
keywords:
|
keywords:
|
||||||
- panic
|
- panic
|
||||||
|
|||||||
Reference in New Issue
Block a user