infrastructure-monitoring-setup
Installation
SKILL.md
Works with infrastructure-monitor.sh script, systemd timer, ntfy.sh push notifications,
Infrastructure Monitoring Setup Skill
Complete setup and configuration of automated infrastructure monitoring with mobile push notifications and auto-recovery capabilities.
Quick Start
Quick setup for monitoring (5 minutes):
# 1. Create unique ntfy topic
TOPIC="infra-$(openssl rand -hex 8)"
echo "Your topic: $TOPIC"
# 2. Add to .env
echo "ALERT_ENABLED=true" >> /home/dawiddutoit/projects/network/.env
echo "NTFY_SERVER=https://ntfy.sh" >> /home/dawiddutoit/projects/network/.env
echo "NTFY_TOPIC=$TOPIC" >> /home/dawiddutoit/projects/network/.env
echo "AUTO_RECOVER=true" >> /home/dawiddutoit/projects/network/.env