When SystemEDGE is down, it simply stops reporting its metrics.
There are no metrics reported whether this component is up or down.
Agents report whether they are up or down here
*SuperDomain*|Custom Metric Host (Virtual)|Custom Metric Process (Virtual)|Custom Metric Agent (Virtual)|Agents
which works for reporting on agents being up or down, but cannot find anything equivalent for the SystemEDGE component.
Release : 10.7.0
Component : APM Agents
There is no system for this built-in to APM.
The APMIA agent itself can be configured to check that SystemEDGE is running:
https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/application-performance-management/10-7/implementing-agents/infrastructure-agent/epagent-plug-ins/sample-epagent-plug-in-extensions.html
introscope.epagent.stateless.EpaSamples.MATCHEDPROCS.command=perl {ApmExtensionHome}/bin/processAvailability.pl -match ^sysedge -distinctmatch
An alert can be created based on a condition of this metric reporting less than 1 or equal to zero.