From 1da7b10b461482c1942e0df7726d9a3734246b13 Mon Sep 17 00:00:00 2001 From: Perry Melange Date: Wed, 18 Oct 2023 10:47:17 +0200 Subject: [PATCH] monitor: update regex for teufelsberg Signed-off-by: Perry Melange --- roles/ff_monitor/templates/config.local.php.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ff_monitor/templates/config.local.php.j2 b/roles/ff_monitor/templates/config.local.php.j2 index 30ac5c7..3881a52 100644 --- a/roles/ff_monitor/templates/config.local.php.j2 +++ b/roles/ff_monitor/templates/config.local.php.j2 @@ -59,7 +59,7 @@ $CONFIG['flush_type'] = 'rrdcached'; $CONFIG['cat']['Vaterhaus'] = '/^vaterhaus/i'; - $CONFIG['cat']['Teufelsberg'] = '/^tberg/i'; + $CONFIG['cat']['Teufelsberg'] = '/^tberg|teufelsberg/i'; $CONFIG['cat']['Rixbox'] = '/^rixbox/i';