If PingDataGovernance cannot reach these directory servers, it cannot:
  • Retrieve token owner information using a SCIM Token Resource Lookup Method

  • Handle SCIM 2 API requests

In this case, this gauge marks the status of PingDataGovernance itself as UNAVAILABLE.

The status appears in the following locations:
  • The Administrative Console on the Status tab, in the Operational Status entry.
  • The Operational Status line in the bin/status output.
  • The Availability servlet. See Server status.
When PingDataGovernance has a status of UNAVAILABLE, a load balancer can try to route traffic to a different PingDataGovernance server or take some other action. See Example: auto-healing.

If you followed the standard setup and configuration given in Getting started with PingDataGovernance (tutorials), the User Store Availability gauge should automatically work.

Important:
The gauge assumes the PingDataGovernance LDAP Store Adapter name is UserStoreAdapter. If your PingDataGovernance SCIM configuration uses a different name, you must edit the gauge's data source to reflect the custom store adapter name. Use the following dsconfig command to make this change, replacing <CustomStoreAdapter> in the last line with the actual name.
dsconfig set-gauge-data-source-prop \
  --source-name "User Store Availability"  \
  --set "include-filter:(store-adapter-name=<CustomStoreAdapter>)" 
If your PingDataGovernance deployment does not use SCIM or SCIM Token Resource Lookup Methods, you can disable the gauge with the following command.
dsconfig set-gauge-prop \
  --gauge-name "User Store Availability"  \
  --set enabled:false