Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
With H33 default config, the UI renders the effective value as ““.
<service name="PostgreSQL" interval="300000" user-defined="false" status="on"> <parameter key="collection" value="${requisition:collection|detector:collection|PostgreSQL}" /> <parameter key="thresholding-enabled" value="true" /> <parameter key="driver" value="${requisition:driver|detector:driver|org.postgresql.Driver}" /> <parameter key="user" value="${requisition:pg-user|postgres}" /> <parameter key="password" value="${requisition:pg-pass|postgres}" /> <parameter key="url" value="${requisition:url|detector:url|jdbc:postgresql://OPENNMS_JDBC_HOSTNAME:5432/opennms}" /> </service>
Consequently, this also fails the collection. It appears that the metadata interpolation of parameter
url
is incorrect for the default value.