> For the complete documentation index, see [llms.txt](https://docs.enginsight.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enginsight.com/docs/manual/english/platform-usage/host-detail-view/monitoring/services.md).

# Services

The services overview gives you an overview of all services available on the host that were detected by Pulsar, including stopped services.

***

<i class="fa-compass">:compass:</i> Navigate to **Hosts** → **Overview** and click the name of a host to open the host detail menu on the [Dashboard](/docs/manual/english/platform-usage/host-detail-view/dashboard.md). Then click **Monitoring** → **Services** in the host detail menu to display a list of all services found on the host.

In the [services overview](#services-overview), you can see, among other things:

* whether a service is currently running or stopped.
* which service is executed with which command.
* whether a service is system-relevant and may open ports without triggering an alarm.
* whether a service can be started from the Enginsight platform.

You can also [start or stop services](#additional-actions-for-list-items), [mark them as system-relevant](#additional-actions-for-list-items), or [export the services list](#export-list) in full or in part.

***

## Navigation

<i class="fa-magnifying-glass">:magnifying-glass:</i> Click the **Text Search** field above the list and enter a search term of your choice to find specific list items more quickly.

<i class="fa-computer-mouse">:computer-mouse:</i> Click the **Refresh** icon <i class="fa-arrows-rotate-reverse">:arrows-rotate-reverse:</i> above the list to update all list items.

<i class="fa-computer-mouse-scrollwheel">:computer-mouse-scrollwheel:</i> Scroll down the list or adjust the number of results shown per page ![](/files/2OyJnQuiS9EayPZHDbB3) to view additional entries. Use the page navigation ![](/files/IWrRD7h50XDr2neLTKmC) to switch between pages.&#x20;

### Filtering the List

<details>

<summary>Available Filters</summary>

<table><thead><tr><th width="206.60546875">Parameter</th><th width="116.515625">Type</th><th>Description</th></tr></thead><tbody><tr><td>Startup Type</td><td>String</td><td>Filter by all services with a specific startup type or exclude them from the results. All available startup types are displayed.</td></tr><tr><td>Status</td><td>String</td><td>Filter by all services that are running (<strong>running</strong>) or stopped (<strong>stopped</strong></td></tr></tbody></table>

</details>

### Sorting List Items

<i class="fa-computer-mouse">:computer-mouse:</i> Click the **Sort** icon <i class="fa-sort">:sort:</i> next to a column name in the table header to sort by that column in ascending <i class="fa-angle-up">:angle-up:</i> or descending order <i class="fa-chevron-down">:chevron-down:</i> .

<i class="fa-computer-mouse">:computer-mouse:</i> Click the sort icon <i class="fa-bars-sort">:bars-sort:</i> above the list to adjust the priority of the applied sorting. A menu opens that shows all columns by which the list is currently sorted. Drag and drop the shown items to change the sorting priority.

### Further Actions for List Items

<table><thead><tr><th width="199.9296875">Action</th><th>Description</th></tr></thead><tbody><tr><td>Start</td><td><i class="fa-eye">:eye:</i> This action can only be clicked if only stopped services are selected.<br><br>Start all selected stopped services.</td></tr><tr><td>Restart</td><td><i class="fa-eye">:eye:</i> This action can only be clicked if only running services are selected.<br><br>Restart all selected running services.</td></tr><tr><td>Stop</td><td><i class="fa-eye">:eye:</i> This action can only be clicked if only running services are selected.<br><br>Stop all selected running services.</td></tr><tr><td>Mark as System Relevant</td><td><i class="fa-eye">:eye:</i> This action can only be clicked if only services that are not marked as system-relevant are selected.<br><br>Mark all selected services as system-relevant. This means that these services may open ports without triggering an alarm.</td></tr><tr><td>Mark as Not System Relevant</td><td><i class="fa-eye">:eye:</i> This action can only be clicked if only services marked as system-relevant are selected.<br><br>Mark all selected services as not system-relevant. This means that these services may trigger an alarm when they open ports.</td></tr><tr><td>Export</td><td><p>Export a list of the selected services. The export is provided in CSV format.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>You can find the exported file in the location used by your host by default.</p></div></td></tr></tbody></table>

***

## Services: Overview

The services overview is structured as a table. The list provides the following information:

<table><thead><tr><th width="200.07421875">Column</th><th>Description</th></tr></thead><tbody><tr><td>Status</td><td><p>Shows whether the service is currently running.<br><br>The following statuses may be displayed:</p><ul><li><strong>Running</strong>: The service is currently running.</li><li><strong>Stopped</strong>: The service is stopped.</li></ul></td></tr><tr><td>Service</td><td>Shows the name of the service and the path to the command executed by the service, including the supplied parameters.</td></tr><tr><td>System Relevance</td><td>Shows whether the service is system-relevant and may therefore open ports without triggering an alarm.<br><br>If the service is system-relevant, this is indicated by a green <strong>check</strong> icon <i class="fa-circle-check" style="color:$success;">:circle-check:</i>. Services that are not system-relevant are indicated by a red circle icon <i class="fa-circle" style="color:$danger;">:circle:</i>.</td></tr><tr><td>Startable</td><td>Shows whether the service can be started from the Enginsight platform.<br><br>If the service can be started, this is indicated by a green <strong>check</strong> icon <i class="fa-circle-check" style="color:$success;">:circle-check:</i>. Services that cannot be started are indicated by a red circle icon <i class="fa-circle" style="color:$danger;">:circle:</i>.</td></tr><tr><td>Startup Type</td><td><p>Shows the startup type of the service.<br><br>For Windows systems, the following startup types may be displayed:</p><ul><li><strong>Automatic</strong>: The service starts automatically when the system boots.</li><li><strong>Automatic (delayed)</strong>: The service starts automatically only after all other important system processes and services are running and the required system load has decreased.</li></ul><p>For Linux systems, the following startup types may be displayed:</p><ul><li><strong>Automatic</strong>: The service starts automatically when the system boots.</li><li><strong>Automatic (conditional)</strong>: The service starts automatically only when a condition defined in the service definition is met, for example when a specific event occurs.</li><li><strong>Automatic (triggered)</strong>: The service starts automatically only when it is required for a specific task.</li><li><strong>Automatic (triggered) (conditional)</strong>: The service starts automatically only when a specific condition is met and it is required for a specific task.</li></ul></td></tr></tbody></table>

***

## Exporting the List

<i class="fa-computer-mouse">:computer-mouse:</i> Click <i class="fa-down-to-line">:down-to-line:</i> **Export All** in the upper-right corner to download the entire overview for the selected time range, regardless of any filters applied. The file is exported in CSV format.

{% hint style="info" %}
You can find the exported file in your browser’s default download location.
{% endhint %}
