> 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/es/mantenimiento-y-supervision/diagnostics-overview.md).

# Descripción general de diagnósticos de VergeOS

VergeOS ofrece herramientas de diagnóstico integrales integradas en toda la plataforma para ayudar a los administradores del sistema a supervisar, solucionar problemas y mantener un rendimiento óptimo en todos los componentes de virtualización.

## Diagnósticos específicos por componente

* **Diagnósticos de red**

  Solución de problemas y análisis de rendimiento de la infraestructura de red

  **Acceso:** Redes → \[Seleccionar red] → Diagnósticos

  [Guía de diagnósticos de red](/run-the-platform/es/redes/network-diagnostics.md)
* **Diagnósticos de nodo**

  Solución de problemas a nivel de hardware y sistema

  **Acceso:** Nodos → \[Seleccionar nodo] → Diagnósticos

  [Guía de diagnósticos de nodo](/run-the-platform/es/administracion-del-sistema/node-diagnostics.md)
* **Diagnósticos de vSAN**

  Análisis y solución de problemas del sistema de almacenamiento

  **Acceso:** Sistema → Diagnósticos de vSAN

  [Guía de diagnósticos de vSAN](/run-the-platform/es/almacenamiento/vsan-diagnostics.md)
* **Diagnósticos de NAS**

  Solución de problemas del servicio de almacenamiento conectado a la red

  **Acceso:** NAS → \[Seleccionar servicio NAS] → Diagnósticos

  [Guía de diagnósticos de NAS](/run-the-platform/es/nas/nas-diagnostics.md)

## Herramientas de todo el sistema

* **Diagnósticos del sistema**

  Recopilación integral de datos de diagnóstico de todo el sistema con integración directa de soporte

  **Acceso:** Sistema → Diagnósticos del sistema

  [Documentación de diagnósticos del sistema](/run-the-platform/es/administracion-del-sistema/diagnostics.md)
* **Suscripciones y alertas**

  Supervisión proactiva y notificaciones automatizadas

  **Acceso:** Sistema → Suscripciones

  [Resumen de suscripciones](/run-the-platform/es/administracion-del-sistema/subscriptions-overview.md)
* **Exportador de Prometheus**

  Integración con sistemas de supervisión externos (Grafana, AlertManager)

  **Acceso:** Sistema → Exportador de Prometheus

  [Exportador de Prometheus](/automate-protect-and-extend/es/integraciones-y-api/prometheus-exporter.md)

## Mejores prácticas

**Enfoque sistemático:**

1. Defina el alcance y la cronología del problema
2. Comience con diagnósticos dirigidos al componente
3. Use Diagnósticos del sistema para problemas complejos
4. Documente los hallazgos y escale cuando sea necesario

**Supervisión proactiva:**

* Configure Suscripciones para la supervisión continua del estado
* Use la integración con Prometheus para el análisis de tendencias a largo plazo
* Establezca líneas base de rendimiento con herramientas de diagnóstico

***

{% hint style="success" %}
**¿Necesita ayuda?**

Para problemas complejos u optimización del rendimiento, póngase en contacto con [Soporte de VergeOS](/overview/es/support-and-services.md) con datos de Diagnósticos del sistema y descripciones detalladas del problema.
{% 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/es/mantenimiento-y-supervision/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.
