diff --git a/lib/towerops_web/live/help_live/index.ex b/lib/towerops_web/live/help_live/index.ex index 9b78eef8..f3304e71 100644 --- a/lib/towerops_web/live/help_live/index.ex +++ b/lib/towerops_web/live/help_live/index.ex @@ -42,7 +42,7 @@ defmodule ToweropsWeb.HelpLive.Index do @impl true def handle_params(params, _url, socket) do - section = Map.get(params, "section", "getting-started") + section = Map.get(params, "section", "about") {:noreply, assign(socket, active_section: section)} end @@ -88,6 +88,21 @@ defmodule ToweropsWeb.HelpLive.Index do Sections
+ Towerops is a modern network monitoring and management platform designed to provide + comprehensive visibility into your network infrastructure. It came out of a need to simplify + network monitoring and alerting while running a wireless ISP. +
+ ++ Think of Towerops as combining the best of LibreNMS, Icinga2/Nagios, and PagerDuty into + a single, unified platform. You get deep network device monitoring with SNMP auto-discovery, + flexible health checks and alerting, and intelligent incident management—all with a modern + interface that makes complex monitoring workflows simple and accessible. +
+ ++ Like LibreNMS, discover and monitor network devices via SNMP with support for + multi-vendor equipment, interface statistics, and topology mapping. +
++ Like Icinga2/Nagios, configure flexible monitoring checks with customizable thresholds + and alert conditions for any metric or device state. +
++ Like PagerDuty, manage incidents with intelligent alerting, escalation policies, + and notification routing to keep your team informed. +
++ Ready to get started? Check out the + <.link + patch={~p"/help?section=getting-started"} + class="underline hover:text-blue-900 dark:hover:text-blue-200" + > + Getting Started + + guide to begin monitoring your network infrastructure. +
+