> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/maintenance-and-monitoring/diagnostics-overview.md).

# VergeOS Diagnostics Overview

VergeOS provides comprehensive diagnostic tools integrated throughout the platform to help system administrators monitor, troubleshoot, and maintain optimal performance across all virtualization components.

## Component-Specific Diagnostics

* :fontawesome-solid-network-wired: **Network Diagnostics**

  Network infrastructure troubleshooting and performance analysis

  **Access:** Networks → \[Select Network] → Diagnostics

  [:octicons-arrow-right-24: Network Diagnostics Guide](/run-the-platform/networking/network-diagnostics.md)
* :fontawesome-solid-server: **Node Diagnostics**

  Hardware and system-level troubleshooting

  **Access:** Nodes → \[Select Node] → Diagnostics

  [:octicons-arrow-right-24: Node Diagnostics Guide](/run-the-platform/system-administration/node-diagnostics.md)
* :fontawesome-solid-database: **vSAN Diagnostics**

  Storage system analysis and troubleshooting

  **Access:** System → vSAN Diagnostics

  [:octicons-arrow-right-24: vSAN Diagnostics Guide](/run-the-platform/storage/vsan-diagnostics.md)
* :fontawesome-solid-folder-open: **NAS Diagnostics**

  Network Attached Storage service troubleshooting

  **Access:** NAS → \[Select NAS Service] → Diagnostics

  [:octicons-arrow-right-24: NAS Diagnostics Guide](/run-the-platform/nas/nas-diagnostics.md)

## System-Wide Tools

* :fontawesome-solid-stethoscope: **System Diagnostics**

  Comprehensive system-wide diagnostic data collection with direct support integration

  **Access:** System → System Diagnostics

  [:octicons-arrow-right-24: System Diagnostics Documentation](/run-the-platform/system-administration/diagnostics.md)
* :fontawesome-solid-bell: **Subscriptions & Alerts**

  Proactive monitoring and automated notifications

  **Access:** System → Subscriptions

  [:octicons-arrow-right-24: Subscriptions Overview](/run-the-platform/system-administration/subscriptions-overview.md)
* :fontawesome-solid-chart-line: **Prometheus Exporter**

  Integration with external monitoring systems (Grafana, AlertManager)

  **Access:** System → Prometheus Exporter

  [:octicons-arrow-right-24: Prometheus Exporter](/automate-protect-and-extend/integrations-and-apis/prometheus-exporter.md)

## Best Practices

**Systematic Approach:**

1. Define the problem scope and timeline
2. Start with targeted component diagnostics
3. Use System Diagnostics for complex issues
4. Document findings and escalate when needed

**Proactive Monitoring:**

* Set up Subscriptions for ongoing health monitoring
* Use Prometheus integration for long-term trend analysis
* Establish performance baselines with diagnostic tools

***

{% hint style="success" %}
**Need Help?**

For complex issues or performance optimization, contact [VergeOS Support](/support-and-services.md) with System Diagnostics data and detailed issue descriptions.
{% 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/maintenance-and-monitoring/diagnostics-overview.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.
