diff --git a/ansible/app-configs/argus/config.yml.j2 b/ansible/app-configs/argus/config.yml.j2 index d82b7eab..96ec4d96 100644 --- a/ansible/app-configs/argus/config.yml.j2 +++ b/ansible/app-configs/argus/config.yml.j2 @@ -239,7 +239,7 @@ service: dashboard: web_url: "https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md" icon: "https://raw.githubusercontent.com/n8n-io/n8n-docs/main/docs/_images/n8n-docs-icon.svg" - extcloud/server: + nextcloud/server: latest_version: type: github url: nextcloud/server diff --git a/ansible/app-configs/loggifly/config.yaml.j2 b/ansible/app-configs/loggifly/config.yaml.j2 index 1f323f3a..806d4b3c 100644 --- a/ansible/app-configs/loggifly/config.yaml.j2 +++ b/ansible/app-configs/loggifly/config.yaml.j2 @@ -5,18 +5,31 @@ containers: ghost_blog: action_keywords: - restart: - regex: ':[0-9]{2}\] ERROR.*$' + regex: 'Connection Error.*ECONNRESET$' immich-server: action_keywords: - restart: - regex: 'ADVICE:.*error' + regex: '(ENOTFOUND|Error|ECONNREFUSED)' invidious: - keywords: - - regex: 'Error reading.*Connection reset by peer trying to reconnect...' + action_keywords: + - 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: action_keywords: - restart: - regex: s6.*fatal + regex: '^s6-rc: fatal: timed out$' + swag: + action_keywords: + - restart: + regex: 's6-rc: fatal.*' global_keywords: keywords: - panic diff --git a/docker-compose.yml b/docker-compose.yml index 19efaf59..bf58722b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4011,14 +4011,15 @@ services: volumes: - penpot-assets:/opt/data/assets penpot-exporter: - image: penpotapp/exporter:latest - restart: always + container_name: penpot-exporter depends_on: penpot-redis: condition: service_healthy environment: PENPOT_PUBLIC_URI: http://penpot-frontend:8080 PENPOT_REDIS_URI: redis://penpot-redis/0 + image: penpotapp/exporter:latest + restart: unless-stopped penpot-pg-db: container_name: penpot-pg-db environment: