Starting from V1.0.0.4, Clara can monitor and get information about your WA servers, through HERO (HEalthcheck & Runbook Optimizer). This feature is available for WA users only (not WAz).
After deploying Clara, to configure Clara integration with HERO you must properly customize the <BUILD_DIR>/clara/config/Clara-WA.env.TEMPLATE file. For the list of parameters to be specified, see the section Properties for HERO integration in Customizing environment files.
If you want to monitor more than one HERO environment, you can configure the CLARACONFIGHERO keyword in the <BUILD_DIR>/clara/config/Clara-WA.env.TEMPLATE file. This keyword contains a json object (envs) with informations about the different HERO environments. See the following example:
CLARACONFIGHERO='{"envs": { "HERO": {"ip": "10.14.37.117", "port": "8080", "hero_secret":"CLIENT-SECRET-CONFIG", "client_id": "nginx", "realm":"hero"}}, "license" : {"licenseServer":"https\://hclsoftware.compliance.flexnetoperations.com/instances/" , "licenseID" : "38K36F2YXS19"}, "tkt_url":"https://servicenow.com", "product":"HERO"}'
where, for each HERO environment, you must specify the following information:
env_name, the name of the HERO environment
ip, the IP address of the HERO server
port, the port of the HERO server
hero_secret, Hero client secret
client_id, HERO nginx client id
realm, HERO realm info for connection
licenseServer, the hostname of the License Service (Default: https://hclsoftware.compliance.flexnetoperations.com/instances/)
licenseID, the unique ID of your Clara license
tkt_url, the Url to the Service Platform for Ticketing
product, HERO