APM - How to change cpp-probes default process-name for the NGINX monitor?
search cancel

APM - How to change cpp-probes default process-name for the NGINX monitor?

book

Article ID: 225709

calendar_today

Updated On:

Products

DX Application Performance Management DX APM SaaS

Issue/Introduction

We need to change the process name under investigator (at the moment the default process-name is cpp-probes). How can we do it?

Environment

DX APM SaaS 

Resolution

1. Open <apmia-home>/core/config/IntroscopeAgent.profile file.
2. Update the introscope.remoteagent.probe.process.name property to modify process name
 
Below example illustrate how to changed the process name as 'mynginx'
 
# Each probe instance connection to collector is mapped to the virtual agent at
# EM Following two properties will govern how this agent will be named.
#
# There are three replacementvariables that allowed in the configured name:
#
#       {type} - Probe type. Currently supported types are php and nodejs
#       {program} - Name of the program that probe is attached to (e.g.
# /usr/bin/httpd)
#       {collector} - Name of collector agent. See agent naming properties below.
#
# These properties are not hot and require collector re-start to take effect.
# Default value for probe process name is {type}
#
# Changing this property requires restarting the Monitored Process
introscope.remoteagent.probe.process.name= mynginx

# Default value for probe agent name is {program}
#
# Changing this property requires restarting the Monitored Process
introscope.remoteagent.probe.agent.name={collector}({program})
 
 
Here is the result:
 
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=W+i05TLTG9Lof5cMTe6khg==

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-saas/SaaS/implementing-agents/infrastructure-agent/nginx-monitoring.html

Attachments