PostgreSQL DB pattern fails to discover PostgreSQL databases when then are running within a Docker containerDescriptionThe PostgreSQL DB horizontal discovery pattern fails to discover Postgre SQL databases when then are running within a Docker container. In this situation, the command line of the postgresql process is just 'postgres'. The process classifier requires that -D will appear in the process arguments. For that reason the PostgreSQL DB pattern is not triggered and the Postgresql database instance is not discovered. The pattern also assumes the config directory is available in the command line, which is also not the case here.Steps to Reproduce Run discovery on a computer where PostgreSQL 11 is running within a Docker container.WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available.Related Problem: PRB1410636