Collect information about the core dump file of the observer process

2025-09-08 08:15:43  Updated

Description

You can execute an SQL statement on a host to check for the core dump file of the observer process.

Statement

Execute the following statement to query the observer.coredump.path parameter from the monitor_ob_custom.yaml file in the conf/module_config directory under the agent directory of the host:

ls -l ${observer.coredump.path} --full-time | grep '.*core-observer' || true

Contact Us