> 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/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung.md).

# Modul 9: Überwachung & Fehlerbehebung

- [Überblick](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/09-monitoring-troubleshooting.md): Überwachen Sie den Systemzustand von VergeOS, konfigurieren Sie Alarme und Log-Weiterleitung, diagnostizieren Sie häufige Probleme und wissen Sie, wann Sie den VergeOS-Support einschalten sollten.
- [Dashboard & Systemzustand](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/01-dashboard-health.md): Echtzeit-Systemübersicht über die VergeOS-UI -- Knoten-Dashboards, Hardwareressourcen, Fabric-Status, Ereignisprotokolle und Cluster-übergreifendes Monitoring.
- [Labor: Überwachung & Fehlerbehebung](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/lab.md): Erkunden Sie das VergeOS-Dashboard, konfigurieren Sie Alarme, analysieren Sie Systemprotokolle und üben Sie die Diagnose häufiger Probleme.
- [Abonnements & Warnungen](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/02-alerts.md): Proaktive Benachrichtigungskonfiguration in VergeOS -- Alarme bei Bedarf, geplante Berichte, Abonnementprofile, Drosselungssteuerung und SMTP-Voraussetzungen.
- [Protokollverwaltung & Weiterleitung](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/03-log-management.md): VergeOS-Protokolltypen, 45-tägige Aufbewahrung in der Benutzeroberfläche, kontextbezogene Protokolle, Konfiguration der Weiterleitung an Remote-Syslog, SEL-Verwaltung und SMTP-Aktivitätsberichte.
- [Prometheus- & Grafana-Integration](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/04-prometheus-grafana.md): Stellen Sie den vergeos-exporter bereit, um vSAN-, Cluster- und Knotenmuster im Prometheus-Format zu erfassen, konfigurieren Sie Grafana-Dashboards und integrieren Sie AlertManager für proaktives Monitoring.
- [Diagnose-Toolkit](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/05-diagnostics-toolkit.md): Beherrschen Sie die vier komponentenspezifischen Diagnosewerkzeuge, die in VergeOS integriert sind — Netzwerk-, Knoten-, vSAN- und NAS-Diagnose — und erfahren Sie, wann Sie welches für eine effiziente Fehlerbehebung einsetzen.
- [Häufige Probleme & Lösungen](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/06-common-issues.md): Fehlersuchmuster für die am häufigsten auftretenden VergeOS-Probleme — VM-Netzwerk, Gast-Speicherberichterstattung, SEL-Rauschen, NAS-Freigaben, Installationsprobleme und Speicherdegradation.
- [Support-Eskalation](https://docs.verge.io/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung/07-support-escalation.md): Wann und wie Sie den VergeOS-Support einschalten — System-Diagnostics-Bundles, Kontaktoptionen, Best Practices für Tickets und Standardarbeitsanweisungen für eskalationswürdige Vorgänge.


---

# 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/learn-the-platform/de/modul-9-uberwachung-and-fehlerbehebung.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.
