PATROL Agent configuration variables
Directory path and variable | Description | Example |
---|---|---|
/DKR/DEBUG | Set this variable to 1 to enable the debug. Valid values:
| "/DKR/DEBUG" = "1" |
/DKR/JAVA_HOME | Set this variable to the directory path of the JRE. | "/DKR/JAVA_HOME" = "C:\java\jre8" |
/DKR/HOST/<DockerHost>/hostname | Stores the name of the Docker host. | "/DKR/HOST/mydocker.bmc.com/hostname" = "mydocker.bmc.com" |
/DKR/HOST/<DockerHost>/port | Stores the port number. | "/DKR/HOST/mydocker.bmc.com/port" = "2376" |
/DKR/HOST/<DockerHost>/isSwarm | Stores the mode of monitoring.
| "/DKR/HOST/mydocker.bmc.com/isSwarm" = “1" |
/DKR/HOST/<DockerHost>/protocol | Stores the protocol that is used for connection. Valid values:
| "/DKR/HOST/mydocker.bmc.com/protocol" = "1" |
/DKR/HOST/<DockerHost>/clientCertPath | Specify the path (along with the file name and .pfx extension) where the certificate file is located. | "/DKR/HOST/mydocker.bmc.com/clientCertPath" = "C:\ssl\cert.pfx" |
/SecureStore/DKR_HOST/<DockerHost>/clientCertPswd | Enter the password for the certificate file in <password> field as below: DKR;DKR_HOST/<password> | "/SecureStore/DKR_HOST/mydocker.bmc.com/clientCertPswd" = "DKR;DKR_HOST/P@ssw0rd" |
/DKR/HOST/<DockerHost>/cntrNameFilter | Set this variable to include or exclude Docker containers from monitoring. Default value is .*\A1For example: regex\Aoption
| "/DKR/HOST/mydocker.bmc.com/cntrNameFilter" = ".*\A1" |