# Ping

With the Ping integration, you can monitor specific devices through the nomos system Controller by checking their network availability (reachability) using a ping test.

**Steps to Set Up:**

1. **Activate Ping Integration:**
   * Click the **on button** to enable the Ping integration.
   * You can then add devices that should be pinged regularly to check their availability on the network.
2. **Add Device:**
   * Click the "**Add Ping**" button to monitor a new device.
   * Enter the IP address or hostname of the device you want to monitor.
3. **Monitor Device Availability:**
   * Once added, the device will be pinged regularly by nomos.
   * If the device becomes unreachable, you can set up a notification or alarm to trigger appropriate actions.

**Use Cases:**

* **Monitor Network Devices:** Keep track of whether routers, printers, or other devices in your network are online.
* **Smart Home Devices:** Ensure that specific smart home components are online and available.

**Notes:**

* This is especially useful for monitoring the availability of devices in the network without having to check manually all the time.
* The Ping integration can be used in automations to trigger events when a device becomes unreachable.

Through this simple network monitoring, outages can be detected early and resolved quickly.

<figure><img src="/files/ctofseHZ5leiAO8v0tWe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://documentation.nomos-system.com/nomos-system/integrator-en/skills/ping.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.
