- 18 comprehensive monitoring checks - 5 systemd timers (5min, 15min, hourly, daily, weekly) - Complete documentation - NTFY secure notification system - Fixed debianvm disk space (91% to 57%) - Fixed CloudReve integration - Date: 2026-01-07
9 lines
205 B
Desktop File
9 lines
205 B
Desktop File
[Unit]
|
|
Description=Homelab 15-minute checks
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/check-services.sh
|
|
ExecStart=/usr/local/bin/check-databases.sh
|
|
ExecStart=/usr/local/bin/check-docker-restarts.sh
|