defmodule ToweropsWeb.HelpLive.Sections.CloudPollers do @moduledoc false use ToweropsWeb, :html def render(assigns) do ~H"""

Cloud Pollers

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.

Active Cloud Pollers

Location IPv4 Address IPv6 Address
DFW (Dallas-Fort Worth) 144.202.64.79 2001:19f0:6401:0af2:5400:05ff:fee7:1bfb
<.icon name="hero-information-circle" class="h-5 w-5 text-blue-600 dark:text-blue-400 flex-shrink-0 mt-0.5" />

Firewall Configuration

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.

""" end end