> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/de/wartung-und-uberwachung/diagnostics-overview.md).

# Überblick über die VergeOS-Diagnose

VergeOS bietet umfassende Diagnosetools, die in die gesamte Plattform integriert sind und Systemadministratoren dabei helfen, die Leistung aller Virtualisierungskomponenten zu überwachen, Probleme zu beheben und optimal zu halten.

## Komponentenspezifische Diagnosen

* **Netzwerkdiagnose**

  Fehlerbehebung und Leistungsanalyse der Netzwerkinfrastruktur

  **Zugriff:** Netzwerke → \[Netzwerk auswählen] → Diagnose

  [Leitfaden zur Netzwerkdiagnose](/run-the-platform/de/netzwerk/network-diagnostics.md)
* **Knotendiagnose**

  Fehlerbehebung auf Hardware- und Systemebene

  **Zugriff:** Knoten → \[Knoten auswählen] → Diagnose

  [Leitfaden zur Knotendiagnose](/run-the-platform/de/systemadministration/node-diagnostics.md)
* **vSAN-Diagnose**

  Analyse und Fehlerbehebung von Speichersystemen

  **Zugriff:** System → vSAN-Diagnose

  [Leitfaden zur vSAN-Diagnose](/run-the-platform/de/speicher/vsan-diagnostics.md)
* **NAS-Diagnose**

  Fehlerbehebung für Network-Attached-Storage-Dienste

  **Zugriff:** NAS → \[NAS-Dienst auswählen] → Diagnose

  [Leitfaden zur NAS-Diagnose](/run-the-platform/de/nas/nas-diagnostics.md)

## Systemweite Werkzeuge

* **Systemdiagnose**

  Umfassende systemweite Erfassung von Diagnosedaten mit direkter Support-Integration

  **Zugriff:** System → Systemdiagnose

  [Dokumentation zur Systemdiagnose](/run-the-platform/de/systemadministration/diagnostics.md)
* **Abonnements & Warnmeldungen**

  Proaktive Überwachung und automatisierte Benachrichtigungen

  **Zugriff:** System → Abonnements

  [Übersicht über Abonnements](/run-the-platform/de/systemadministration/subscriptions-overview.md)
* **Prometheus-Exporter**

  Integration mit externen Überwachungssystemen (Grafana, AlertManager)

  **Zugriff:** System → Prometheus-Exporter

  [Prometheus-Exporter](/automate-protect-and-extend/de/integrationen-und-apis/prometheus-exporter.md)

## Bewährte Vorgehensweisen

**Systematischer Ansatz:**

1. Den Umfang des Problems und den Zeitrahmen definieren
2. Mit gezielten Komponentendiagnosen beginnen
3. Für komplexe Probleme Systemdiagnosen verwenden
4. Ergebnisse dokumentieren und bei Bedarf eskalieren

**Proaktive Überwachung:**

* Abonnements für die laufende Zustandsüberwachung einrichten
* Prometheus-Integration für langfristige Trendanalysen verwenden
* Leistungs-Baselines mit Diagnosetools festlegen

***

{% hint style="success" %}
**Brauchst du Hilfe?**

Bei komplexen Problemen oder zur Leistungsoptimierung wenden Sie sich an [VergeOS-Support](/overview/de/support-and-services.md) mit Systemdiagnosedaten und detaillierten Problembeschreibungen.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/de/wartung-und-uberwachung/diagnostics-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
