# Monitor the Akamas Server

## External tools <a href="#monitoringakamasserver-akamasserver" id="monitoringakamasserver-akamasserver"></a>

You can use any monitoring tool to check the availability of the Akamas instance.

## Checking Akamas services

To check the status of the Akams services please run `akamas status -d` to identify which service is not able to start up correctly

Here is an example of output:

```
Checking Akamas services on http://localhost:8000
 service	 status
=========================
analyzer       	UP
campaign       	UP
metrics        	UP
optimizer      	UP
orchestrator   	UP
system         	UP
telemetry      	UP
license        	UP
log            	UP
users          	UP
OK
```

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akamas.io/akamas-docs/3.2.0/installing-akamas/manage-the-akamas-server/monitor-the-akamas-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
