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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user