<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Webhook on homelab</title>
    <link>https://homelab.nbkelley.com/tags/webhook/</link>
    <description>Recent content in Webhook on homelab</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://homelab.nbkelley.com/tags/webhook/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Uptime Kuma - Configuration &amp; Integrations</title>
      <link>https://homelab.nbkelley.com/docs/services/uptime-kuma/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <guid>https://homelab.nbkelley.com/docs/services/uptime-kuma/</guid>
      <description>&lt;h1 id=&#34;uptime-kuma---configuration--integrations&#34;&gt;Uptime Kuma - Configuration &amp;amp; Integrations&lt;a class=&#34;anchor&#34; href=&#34;#uptime-kuma---configuration--integrations&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;what-was-established&#34;&gt;What Was Established&lt;a class=&#34;anchor&#34; href=&#34;#what-was-established&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Aruba Instant On Switch Monitoring&lt;/strong&gt;: Confirmed that Aruba Instant On switches (specifically 1930 and 1960 series) support SNMP monitoring when configured via their local web interface, despite being primarily cloud-managed.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Microsoft Teams Webhook Integration&lt;/strong&gt;: Established the correct method for routing Uptime Kuma alerts to Microsoft Teams using Power Automate Workflows, noting the deprecation of legacy &lt;code&gt;webhook.office.com&lt;/code&gt; connectors.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;key-decisions&#34;&gt;Key Decisions&lt;a class=&#34;anchor&#34; href=&#34;#key-decisions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SNMP over Ping&lt;/strong&gt;: While basic ping monitoring is viable for switch reachability, SNMP is preferred for detailed port status and traffic metrics on supported Aruba models.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Power Automate for Teams Alerts&lt;/strong&gt;: Migrated away from deprecated Office 365 Connectors (&lt;code&gt;webhook.office.com&lt;/code&gt;) to Power Automate Workflows to ensure long-term compatibility with Uptime Kuma webhooks.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;current-configuration&#34;&gt;Current Configuration&lt;a class=&#34;anchor&#34; href=&#34;#current-configuration&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;aruba-instant-on-switches-19301960-series&#34;&gt;Aruba Instant On Switches (1930/1960 Series)&lt;a class=&#34;anchor&#34; href=&#34;#aruba-instant-on-switches-19301960-series&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Network Setup&lt;/strong&gt;: Assign a static IP address to the switch via the Aruba Instant On cloud portal or local interface.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SNMP Enablement&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Access the switch&amp;rsquo;s local web interface.&lt;/li&gt;&#xA;&lt;li&gt;Navigate to SNMP settings (typically under &amp;ldquo;Switching&amp;rdquo; or &amp;ldquo;Management&amp;rdquo;).&lt;/li&gt;&#xA;&lt;li&gt;Enable the SNMP agent.&lt;/li&gt;&#xA;&lt;li&gt;Configure &lt;strong&gt;SNMPv2c&lt;/strong&gt; (read-only community string) or &lt;strong&gt;SNMPv3&lt;/strong&gt; (username/password with optional encryption). Restrict access by IP for security.&lt;/li&gt;&#xA;&lt;li&gt;Reboot the switch if required for settings to apply.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Uptime Kuma Monitor&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add a new monitor of type &lt;strong&gt;SNMP&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Input the switch&amp;rsquo;s static IP, selected SNMP version, and credentials.&lt;/li&gt;&#xA;&lt;li&gt;Customize OIDs if monitoring specific interface traffic or port status beyond system uptime.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;microsoft-teams-webhook-notifications&#34;&gt;Microsoft Teams Webhook Notifications&lt;a class=&#34;anchor&#34; href=&#34;#microsoft-teams-webhook-notifications&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Notification Type&lt;/strong&gt;: &lt;code&gt;Webhook&lt;/code&gt; (Generic Webhook).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Post URL&lt;/strong&gt;: Power Automate Workflow endpoint URL (e.g., &lt;code&gt;https://prod-05.westus.logic.azure.com/...&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Content Type&lt;/strong&gt;: &lt;code&gt;application/json&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Testing&lt;/strong&gt;: Use the &amp;ldquo;Test&amp;rdquo; button in Uptime Kuma notification settings to verify connectivity. A &lt;code&gt;400&lt;/code&gt; error typically indicates a malformed payload or deprecated connector URL.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;historical-notes&#34;&gt;Historical Notes&lt;a class=&#34;anchor&#34; href=&#34;#historical-notes&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;em&gt;Legacy Connector Deprecation&lt;/em&gt;: Microsoft retired the old &amp;ldquo;Office 365 Connectors&amp;rdquo; on October 1, 2024. Any Uptime Kuma setups using &lt;code&gt;webhook.office.com&lt;/code&gt; URLs will fail and require migration to Power Automate.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;SNMP Availability&lt;/em&gt;: Early guidance incorrectly stated Aruba Instant On switches lack SNMP support. It was later confirmed that local management interfaces on 1930/1960 models fully support SNMPv2c/v3.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;open-questions&#34;&gt;Open Questions&lt;a class=&#34;anchor&#34; href=&#34;#open-questions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Are there specific OIDs recommended for Aruba Instant On 1930/1960 switches to monitor port-level errors or traffic thresholds?&lt;/li&gt;&#xA;&lt;li&gt;Has the Uptime Kuma version been verified against known bugs with Power Automate JSON payloads?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;related-pages&#34;&gt;Related Pages&lt;a class=&#34;anchor&#34; href=&#34;#related-pages&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/services/homelab-dashboard/&#34;&gt;Homelab Dashboard&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/infrastructure/network/&#34;&gt;Network Infrastructure &amp;amp; VLANs&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Poe Switch Alerts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://homelab.nbkelley.com/docs/networking/unifi-express-vpn/&#34;&gt;UniFi Express VPN &amp;amp; Network Management&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
