defmodule ToweropsWeb.HelpLive.Sections.CloudPollers do @moduledoc false use ToweropsWeb, :html def render(assigns) do ~H"""
If you have publicly reachable devices, they will be automatically polled from one of our cloud pollers unless overridden by your settings. Our cloud infrastructure monitors your devices without requiring any additional setup or agent installation.
| Location | IPv4 Address | IPv6 Address |
|---|---|---|
| DFW (Dallas-Fort Worth) | 144.202.64.79 | 2001:19f0:6401:0af2:5400:05ff:fee7:1bfb |
If your devices are behind a firewall, make sure to allow SNMP traffic (UDP port 161) and ICMP (for ping monitoring) from these IP addresses. For devices not accessible from the public internet, consider using a <.link patch={~p"/help?section=agents"} class="underline hover:text-blue-900 dark:hover:text-blue-200" > Remote Poller instead.