icinga installed & removed grafan/prometheus

This commit is contained in:
cutemeli
2025-12-23 10:16:38 +00:00
parent 1bbd04abea
commit 885b713a74
150 changed files with 32949 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
restart: unless-stopped
volumes:
- /root/monitoring/uptime-kuma:/app/data
ports:
- "127.0.0.1:3001:3001" # nur lokal, reverse proxy via nginx empfohlen
extra_hosts:
- "proxmox.cutemeli.com:10.10.0.1"
- "share.cutemeli.com:10.10.0.1"
- "monitor.cutemeli.com:10.10.0.1"