Parameters
Parameters
| --conf | Path to the configuration file |
Configuration file (--conf)
agents_group_name = < Name of the target group for the created agents >
agent_name = < Name of the agent that will contain the modules (only if agent_per_mv is not enabled) >
interval = < Agent creation interval >
agent_prefix = < Prefix for the created agents >
module_prefix = < Prefix for the created modules >
# API
api_key = < SAP Cloud ALM API KEY >
# Regexp filters
allow_regexp = < Regexp pattern. Metrics matching the pattern will be monitored >
deny_regexp = < Regexp pattern. Metrics matching the pattern will be discarded >
# Scan flags (0 = disabled, 1 = enabled)
scan_sap_s4hana_op = < Set to 1 to enable monitoring of SAP_S4HANA_OP statistics >
scan_scp_abap = < Set to 1 to enable monitoring of SCP_ABAP statistics >
scan_sap_cpi = < Set to 1 to enable monitoring of SAP_CPI statistics >
scan_scp_hcaas = < Set to 1 to enable monitoring of SCP_HCAAS statistics >
scan_sap_cp_cf = < Set to 1 to enable monitoring of SAP_CP_CF statistics >
scan_sap_cp_neo = < Set to 1 to enable monitoring of SAP_CP_NEO statistics >
scan_sap_s4hana = < Set to 1 to enable monitoring of SAP_S4HANA statistics >
Ejemplo
# API
api_key=WFAFRGAAVFAUIFBAEGSRQj5AFAFA
# Filtros regexp
allow_regexp=.*
deny_regexp=
# Scan flags (0 = desactivado, 1 = activado)
scan_sap_s4hana_op=1
scan_scp_abap=1
scan_sap_cpi=1
scan_scp_hcaas=0
scan_sap_cp_cf=1
scan_sap_cp_neo=1
scan_sap_s4hana=1
# Configuración
agent_prefix=SAP_
agent_name=SAP Cloud ALM
module_prefix=SAP_MODULE_
agents_group_name=SAP_GROUP
# Intervalo de ejecución
interval=300