monitoring-publishers

This configuration is required when using the plugin Monitoring_Prometheus.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<monitoringPublishersConfiguration
>
required
<authentication
>
required
<username
>
required
string
</username>
<password
>
required
string

Provided password, usually expected to be encoded with the Cadenza password encoder (see also Secrets in Configuration).

</password>
</authentication>
</monitoringPublishersConfiguration>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    monitoring-publishers:
      authentication:
        username: "text"
        password: "text"

Filename: monitoring-publishers-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<monitoringPublishersConfiguration>
  <authentication>
    <username>text</username>
    <password>text</password>
  </authentication>
</monitoringPublishersConfiguration>