Page created: 22 Jul 2020
|
Page updated: 9 Feb 2021
The User Store Availability
gauge monitors the directory servers that
provide user data to PingDataGovernance.
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.
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