From 56c03bf6b6661a74733cd4158828b612261574bf Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 5 Jul 2025 10:10:24 -0400 Subject: [PATCH] Adding Valkey containers for Loggifly monitoring. --- ansible/app-configs/loggifly/config.yaml.j2 | 52 +++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/ansible/app-configs/loggifly/config.yaml.j2 b/ansible/app-configs/loggifly/config.yaml.j2 index 806d4b3c..019322c4 100644 --- a/ansible/app-configs/loggifly/config.yaml.j2 +++ b/ansible/app-configs/loggifly/config.yaml.j2 @@ -30,6 +30,58 @@ containers: action_keywords: - restart: regex: 's6-rc: fatal.*' + authelia-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + castopod-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + dawarich-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + immich-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + librechat-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + manyfold-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + mastodon-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + maxun-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + mixpost-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + paperless-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + plant-it-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + romm-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' + searxng-valkey: + action_keywords: + - restart: + regex: 'Asynchronous AOF fsync is taking too long.*slow down the server.$' global_keywords: keywords: - panic -- 2.52.0