PATROL Agent configuration variables
Agent configuration variables are the means by which the characteristics of a PATROL Agent are defined. To configure the Azure host for monitoring by using PATROL Configuration Manager, add the following set of agent configuration variables, and apply it on the PATROL Agent that runs PATROL for Microsoft Azure:
Directory path and variable | Description | Example |
---|---|---|
/PAF/Azure_Accounts/AccountLabel/clientID | Indicated the label for Azure account. Used as a instance name for this set of azure monitoring configuration. Client Id of the native application created in Azure active directory. | "/PAF/Azure_Accounts/BMC-Test/clientID" = {REPLACE = "ccfxxxxx-1234-xxxx-xxxx-ecxxxxx0"} |
/PAF/Azure_Accounts/AccountLabel/user | Indicates the user id of the Azure active directory. | "/PAF/Azure_Accounts/BMC-Test/user" = {REPLACE = "BmcSvc@bmc.onmicrosoft.com"} |
/SecureStore/PAF/Azure_Accounts/AccountLabel/pwd | Indicates the password of the user. | "/SecureStore/PAF/Azure_Accounts/BMC-Test/pwd" = {REPLACE = "PAF_AZURE_ACCOUNT;PAF/Pa$$w0rd"} |
/PAF/Azure_Accounts/AccountLabel/appSvcEnabled | Set this variable to enable or disable App Service monitoring. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/appSvcEnabled" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/vmScaleSetEnabled | Set this variable to enable or disable Virtual Machine Scale Set monitoring. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/vmScaleSetEnabled" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/storageAccountEnabled | Set this variable to enable or disable Storage Account Service monitoring. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/storageAccountEnabled" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/virtualMachineEnabled | Set this variable to enable or disable Virtual Machine monitoring. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/virtualMachineEnabled" = {REPLACE = "1"}, |
/PAF/Azure_Accounts/AccountLabel/sqlEnabled | Set this variable to enable or disable SQL Server and Database monitoring. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/sqlEnabled" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/subscriptionFilter | Set this variable to filter subscriptions. Enter a regular expression matching one or more entities. | "/PAF/Azure_Accounts/BMC-Test/subscriptionFilter" = {REPLACE = ".*"} |
/PAF/Azure_Accounts/AccountLabel/subscriptionFilterType | Set this variable to include or exclude subscriptions. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/subscriptionFilterType" = {REPLACE = "1"} |
/PAF/Azure_Accounts/<input>AccountLabel/resourceGroupFilter | Set this variable to filter resource groups. Enter a regular expression matching one or more entities. | "/PAF/Azure_Accounts/BMC-Test/resourceGroupFilter" = {REPLACE = ".*"} |
/PAF/Azure_Accounts/AccountLabel/resourceGroupFilterType | Set this variable to include or exclude resource groups. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/resourceGroupFilterType" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/storageAccountFilter | Set this variable to filter storage accounts. Enter a regular expression matching one or more entities. | "/PAF/Azure_Accounts/BMC-Test/storageAccountFilter" = {REPLACE = ".*"} |
/PAF/Azure_Accounts/AccountLabel/storageAccountFilterType | Set this variable to include or exclude storage accounts. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/storageAccountFilterType" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/virtualMachineFilter | Set this variable to filter virtual machines. Enter a regular expression matching one or more entities. | "/PAF/Azure_Accounts/BMC-Test/virtualMachineFilter" = {REPLACE = ".*"} |
/PAF/Azure_Accounts/AccountLabel/virtualMachineFilterType | Set this variable to include or exclude virtual machines. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/virtualMachineFilterType" = {REPLACE = "1"} |
/PAF/Azure_Accounts/AccountLabel/DEBUG | Set this variable to enable or disable debug. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/DEBUG" = {REPLACE = "0"} |
/PAF/Azure_Accounts/AccountLabel/storageMinuteCollection | Set this variable to enable or disable data collection from the minute table. Valid values:
| "/PAF/Azure_Accounts/BMC-Test/storageMinuteCollection" = {REPLACE = "1"} |
/PAF/javaOpts | Sets java options. |
|
| ||
/PAF/CREATE_DEVICE | Set this variable to enable or disable device creation. Valid values:
| "/PAF/CREATE_DEVICE" = {REPLACE = "1"} |
/PAF/JAVA_HOME | Set this variable to the directory path of the Java Runtime Environment. | "/PAF/JAVA_HOME" = {REPLACE = "C:\\Program Files\\Java\\jre1.8.0_65"} |
Comments
Log in or register to comment.