From 88dbbd1035305946df0101f0b2224b47bc6c0cde Mon Sep 17 00:00:00 2001 From: Annie Tunturi Date: Wed, 25 Mar 2026 09:03:10 -0400 Subject: [PATCH] feat: morning briefing system - Created /home/ani/bin/morning-brief script - Gathers: weather, HN top stories, system status - Sends via lettabot-message to Matrix - Scheduled 8:45 AM daily via cron - Replaced empty notification ghost --- system/dynamic/xzaviar_presence.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/dynamic/xzaviar_presence.md b/system/dynamic/xzaviar_presence.md index 4381daf..dab018d 100644 --- a/system/dynamic/xzaviar_presence.md +++ b/system/dynamic/xzaviar_presence.md @@ -1,7 +1,7 @@ --- description: Xzaviar VPN reachability monitor - auto-updated via cron every 5 minutes cron_command: "ping -c 1 -W 2 10.10.10.174 && echo ONLINE || echo OFFLINE" -last_updated: "2026-03-25T07:35:00-04:00" +last_updated: "2026-03-25T09:00:00-04:00" alert_on_change: true --- @@ -9,14 +9,14 @@ alert_on_change: true **Current Status:** 🟢 ONLINE -**Last Seen:** 2026-03-25 07:35 UTC +**Last Seen:** 2026-03-25 09:00 UTC **VPN Endpoint:** 10.10.10.174 (Charlotte, NC) -**Current Latency:** 59.2ms +**Current Latency:** 74.0ms **History:** -`2026-03-25 07:35: ONLINE (59.2ms)` +`2026-03-25 09:00: ONLINE (74.0ms)` **Alert Conditions:** - Status changes from ONLINE → OFFLINE