This page was last edited on July 14, 2023, at 06:49.
Comments or questions about this documentation? Contact us for support!
EX Engage Connector supports two types of monitoring:
Portainer Community Edition (CE) is a powerful, open-source toolset that allows you to easily monitor containers running in remote VMs. Setting up Portainer involves:
Each EXEC VMs needs to be configured to connect with Portainer for monitoring. In each EXEC VM,
{
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]
}
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd
EXEC Services are designed to be monitored by Prometheus. EXEC Services generates a number of metrics, which can be used to observe different types of EXEC operations: container metrics, availability of the architectural elements EXEC services depends on, and others. Full list of the available EXEC service metrics can be obtained through the call to the EXCP REST API /metrics. Genesys recommend building monitoring dashboards for EXEC services based on the metrics exposed by the services.
Prometheus can also be used to generate alerts based on the EXEC service metrics. bootstrap VM will have the alert files under the <exec installation directory>/alert_rules/<service>/alert.yaml. Administrators can either upload this yaml if they want to use Prometheus based alerts or can use it as a reference.