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 = [