Promitor Resource Discovery runtime configuration file (runtime.yaml)
- Organization of this page
Syntax
Written in YAML format.
authentication: mode: ServicePrincipal identityId: client-ID server: httpPort: 20720
File
runtime.yaml
runtime.yaml.model (model file)
Storage directory
- For Windows
-
- When using a physical host
-
Agent-path\conf\promitor\resource-discovery\
- When using a logical host
-
shared-folder\jp1ima\conf\promitor\resource-discovery\
- For Linux
-
- When using a physical host
-
/opt/jp1ima/conf/promitor/resource-discovery/
- When using a logical host
-
shared-directory/jp1ima/conf/promitor/resource-discovery/
Description
The configuration file that defines Promitor Resource Discovery authentication information, ports used for scraping, and other information.
Character encoding
UTF-8 (without BOM)
Linefeed code
In Windows: CR+LF
In Linux: LF
Timing in which definitions are reflected
Definitions are reflected in Promitor Resource Discovery behavior when restarting Promitor Resource Discovery.
After performing the action above, definitions are reflected in the contents of the integrated operation viewer tree view when the jddcreatetree command and the jddupdatetree command are executed.
Content description
|
Item# |
Description |
Modifiable |
Content set by the user in JP1/IM - Agent |
Default value in JP1/IM - Agent |
|
|---|---|---|---|---|---|
|
authentication: |
Authentication for Azure |
-- |
-- |
-- |
|
|
[mode:] |
Defines authentication mode to use. Options are ServicePrincipal, SystemAssignedManagedIdentity, UserAssignedManagedIdentity. If Promitor is on Azure, specifying SystemAssignedManagedIdentity or UserAssignedManagedIdentity is recommended. If Promitor is not on Azure, specify ServicePrincipal. |
REQ |
-- |
ServicePrincipal |
|
|
[identityId:] |
Id of the Azure AD entity to authenticate with when integrating with Microsoft Azure. Required when using ServicePrincipal. |
REQ |
-- |
None |
|
|
[server:] |
server settings |
-- |
-- |
-- |
|
|
[httpPort:] |
Defines the port to serve HTTP traffic If omitted, this is specified as 80. If you start Promitor on a physical host and a logical host or on more than one logical host, set a different port number for each host. |
Y |
-- |
20720 |
|
- Legend:
-
REQ: Required setting, Y: Modifiable, --: Not applicable
- #
-
Brackets ([]) denote optional items.