System Container Status
Monitor and manage active Connectware containers.
Last updated
Was this helpful?
Monitor and manage active Connectware containers.
Last updated
Was this helpful?
The System Container Status section provides a unified interface to monitor and manage all active Connectware containers. It gives quick access to container states, logs, configurations, and control actions like stopping, restarting, or deleting containers—helping ensure smooth and transparent system operations.
The System Container View allows you to monitor the status of all active Connectware containers. You can select one or multiple containers to stop, restart, and delete them. Click a container for more information about its configuration, logs, and environment variables.
To open the System Container View, select System > System Status, and click the System Container tab.
The System Container View contains information about all running Connectware containers with the following information:
Name: The name of the container
Last updated: The timestamp of the last time that the container status was updated
Created at: The time the container is already running
Status: Connectware containers can enter one of the following states:
running: The container is working as expected
starting: The container is currently in the process of starting
stopping: The container is currently stopping
restarting: The container has triggered the restarting procedure
exited: The container was shut down and won’t restart automatically
created: The container was created but not yet started
The Container Details View contains more information about a single container, such as container logs, configurations, and environment variables.
To open the Container Details View, click a container in the container list of the System Container View.
The following tabs are available:
The Container Logs View shows the logging message of the selected container.
Available options in the toolbar:
Download CSV: Save the log entries that are displayed in the list as comma-separated values as a CSV file (up to 500 lines). For a complete log, use the Download Raw Logs option.
Raw log formatting: Each line is prepended by an eight byte header and another two byte marker. For text file processing, the first 10 bytes of each line should be ignored.
Refresh Logs: Reload the displayed log messages.
Filter: Apply filters to narrow down displayed entries. Available options: Debug, Error, Fatal, Info, Trace, Warn.
Start Time/End Time: Select a date and time to filter the logs by time range.
Search: Filter logs by keyword.
The Configuration View shows container configuration details.
Available container details:
image: Docker image in use.
workingDir: Working directory inside the container.
author: Author of the container.
vendor: Vendor of the container.
capAdd: Additional Linux capabilities.
exposedPorts: Ports exposed by the container.
privileged: Whether the container is running in privileged mode.
The Configuration View shows all environment variables available to the processes inside the container at runtime.
You can stop and restart containers in the System Container View.
To stop Connectware containers, select one or more containers in the list and click Stop on the toolbar.
To restart Connectware containers, select one or more containers in the list and click Restart on the toolbar.
Download Raw Logs: Save the full log output (including control characters) for in-depth issue resolution. In the log file, each log line is prepended by some control characters. The exact stream format is described in the Docker API documentation ().
The system status API allows you to retrieve status information about your system container. For more information, see .