> 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/integrator-en/skills/ping.md).

# 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.

{% hint style="info" %}
**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.
  {% endhint %}

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

<figure><img src="/files/ctofseHZ5leiAO8v0tWe" 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/integrator-en/skills/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.
