You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Monitoring a Docker Container

All available services are displayed in the list on the administration start page.

If you want to monitor Docker container  only, filter for Source Docker.

The list of services will help you to check the details for a container at first sight:

For each container, the list shows the following information:

Column NameDescriptionPossible Values
Name

Name of the service. Click on the name to access the service details page.

indicates a Docker container.

Type

Indicates the type of the service.

What is the difference between pas-app and pas-service?

  • pas-app: Applications accessible via UI.
  • pas-service: Applications without UI.

  • database
  • other
  • pas-app
  • pas-nestjs
  • pas-service
  • undefined
  • xuml-legacy-service
  • xuml-service

Other service types may be displayed.

Status

Indicates the status of the service.

Created/Updated

Shows the date and time of the last update of the service. If the service has not been updated yet, its creation date is displayed.

Datetime in format dd.mm.yyyy, hh:mm:ss

Version

Label of the Docker container.

-

Starting and Stopping a Docker Container

Use the quick action icons to start, restart and stop a container:

  • Use to start a container that is currently stopped.
  • Use to stop a running container and restart it.
  • Use  to stop a running container.

You can find the icons in the quick actions bar in the services' list...

... and in the header on every container details page.

Only applicable actions are enabled.

Using the Container Details

You can open a details page for each container.

To do so, click on the service name in the list.

Click on a name in the service list to open its details page.
The details page shows you the title of the service and some quick action icons:

IconDescription
Shows the current state of the service.

Starts the service.

Stops the service.
Restarts the service.

It also contains different collapsable sections:

Go to page Controlling Containerized xUML Services for an overview on the available details of a containerized xUML service.

Information

The Information section contains the main information about the container:

  • Name
  • Source is Docker for Docker containers
  • Type
  • Created/Updated
  • Version

For services of type pas-nestjs, the information section also contains a link to the Swagger UI.

Logs

In section Logs you can change the log level. Refer to Changing the Log Level of a Docker Container for detailed information.

The link in section Logs gives you direct access to the Log Analyzer, where you can inspect the logs. Refer to Showing Docker Container Logs and Analyzing Platform Logs for further information.

The Logs section also informs you if there are no logs available for this type of service.

Configuration

In the Configuration section you can change the configuration file of the Docker container.
Go to page Adapting Integration Service Configuration for detailed information.

Do not edit content in the Configuration section without any knowledge of JSON.

The Configuration section also informs you if the configuration UI is not available for a service type.

  • No labels