Health Check

Health Check

Health Check page displays useful metrics and details about your Xygeni projects.

There are several sections in this page:

  • Findings by Category

  • Projects

  • Components

  • System and Tools

  • Collaborators

  • Pipelines

  • Coverage

Findings by Category

Findings by Category chart shows a 5-axis spider chart where there is an score about every axis.

Projects

Projects section displays two types of information

  1. Inactive Projects, i.e. xygeni projects whose last code change is older than XXXX (TBD)

If you click on the Inactive View >> link, you will see the inactive projects as well as the applied filters:

  1. Obsolete Branches, i.e. repo branches whose last code change is older than XXXX (TBD)

If you click on the Obsolete Branches View >> link, you will see the inactive branches as well as the applied filters:

Components

Components section displays several types of information related to components.

Licensing Issues is the number of components with some kind of issues related to the component's license (mainly, use of a copyleft license).

With different versions is the number of components that are used in 2 or more different versions.

Out of date Versions is the number of components that a newer version is available.

Obsolete components is the number of components whose newer version is older than XXX (TBD), possibly meaning that those components are abandoned or out of maintenance and you should consider to use another component.

If you click on any of the View >> links, you will see the components as well as the applied filters:

It's important to mention that the table lists all the combinations of component-project with the applied filters, that means that a concrete component may be repeated because it appears in several projects.

Collaborators

Collaborators section displays two types of information

  1. Inactive Collaborators, i.e. repo users whose last activity is older than XXXX (TBD)

If you click on the Inactive View >> link, you will see the inactive projects as well as the applied filters:

  1. Over - privileged Collaborators, i.e. repo users whose performed actions do not need granted permissions (TBD)

If you click on the Over privileged View >> link, you will see the over privileged collaborators as well as the applied filters:

Pipelines

Pipelines section displays information about total number of pipelines and how many of them are inactive (i.e. not executed in the last XXXX TBD)

If you click on the View >> link, you will see the inactive pipelines as well as the applied filters:

Coverage

Coverage section displays information about total number of projects without Inventory information (i.e. Inventory scanner not executed on those projects)

If you click on the View >> link, you will see the non-inventoried projects as well as the applied filters:

Projects by Size

Projects by Size section displays information about average size of projects as well as the number of projects above the average. This information is useful to detect the reasons (most often those over-sized projects include some kind of binary artifacts that should not be stored into the SCM).

If you click on the View >> link, you will see the over-sized projects as well as the applied filters:

Last updated