Uptime Monitoring
Software Project တွေမှာ Uptime Monitoring ကလည်း အရေးကြီးတဲ့ အစိတ်အပိုင်းတစ်ခု။
လက်ရှိသုံးဖြစ်တာကတော့
uptimekuma.org + https://ntfy.sh/
docker-compose.yml File
version: '3.8'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
ports:
# Binds ONLY to localhost:3001
- "127.0.0.1:3001:3001"
volumes:
- ./uptime-kuma-data:/app/data
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
command: serve
restart: always
ports:
# Binds ONLY to localhost:3002
- "127.0.0.1:3002:80"
volumes:
- ./ntfy-cache:/var/cache/ntfy
and then
docker-compose up -d
Apache
/etc/httpd/conf.d/
systemctl restart httpd
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\aungk> irm https://get.activated.win | iex
Need help? Check our homepage: https://massgrave.dev
PS C:\Users\aungk>