> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/competenze/ping.md).

# Ping

Con l'integrazione Ping, può monitorare dispositivi specifici attraverso il nomos system Controller verificando la loro disponibilita di rete (raggiungibilita) tramite un test ping.

**Passaggi per la configurazione:**

1. **Attivare l'integrazione Ping:**
   * Clicchi il **pulsante on** per abilitare l'integrazione Ping.
   * Può quindi aggiungere i dispositivi che devono essere sottoposti a ping regolarmente per verificare la loro disponibilita nella rete.
2. **Aggiungere un dispositivo:**
   * Clicchi il pulsante "**Aggiungi Ping**" per monitorare un nuovo dispositivo.
   * Inserisca l'indirizzo IP o il nome host del dispositivo che desidera monitorare.
3. **Monitorare la disponibilita del dispositivo:**
   * Una volta aggiunto, il dispositivo verra sottoposto a ping regolarmente da nomos.
   * Se il dispositivo diventa irraggiungibile, può configurare una notifica o un allarme per attivare le azioni appropriate.

**Casi d'uso:**

* **Monitorare i dispositivi di rete:** Tenga traccia dello stato online di router, stampanti o altri dispositivi nella Sua rete.
* **Dispositivi Smart Home:** Si assicuri che specifici componenti smart home siano online e disponibili.

{% hint style="info" %}
**Note:**

* Questo e particolarmente utile per monitorare la disponibilita dei dispositivi nella rete senza doverli controllare manualmente ogni volta.
* L'integrazione Ping puo essere utilizzata nelle automazioni per attivare eventi quando un dispositivo diventa irraggiungibile.
  {% endhint %}

Attraverso questo semplice monitoraggio di rete, le interruzioni possono essere rilevate in anticipo e risolte rapidamente.

<figure><img src="/files/9TWtqi1oyWA8DjK1CXEp" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integratore-it/competenze/ping.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.
