From 27279025a1785727efc96ca5d192ead0cadccd6a Mon Sep 17 00:00:00 2001 From: Robert Dahlem Date: Fri, 2 Jan 2026 17:39:19 +0100 Subject: [PATCH] older EDB instances use edb-postmaster as process name --- agents/plugins/mk_postgres.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agents/plugins/mk_postgres.py b/agents/plugins/mk_postgres.py index 0a40a6483b6..369643b5a47 100755 --- a/agents/plugins/mk_postgres.py +++ b/agents/plugins/mk_postgres.py @@ -100,9 +100,11 @@ "(.*)bin/postgres(.*)", "(.*)bin/postmaster(.*)", "(.*)bin/edb-postgres(.*)", + "(.*)bin/edb-postmaster(.*)", "^[0-9]+ postgres(.*)", "^[0-9]+ postmaster(.*)", "^[0-9]+ edb-postgres(.*)", + "^[0-9]+ edb-postmaster(.*)", ] ] WINDOWS_PROCESS_MATCH_PATTERNS = [