store: Added pihole1, sba-bots, foundry to n8n health monitoring (9 servers total)

This commit is contained in:
Cal Corum 2026-02-20 14:16:28 -06:00
parent 99cc68d77c
commit d3562722dc

View File

@ -0,0 +1,35 @@
---
id: ffeb78a6-63b3-4082-b7e7-a255caf5dce6
type: configuration
title: "Added pihole1, sba-bots, foundry to n8n health monitoring (9 servers total)"
tags: [n8n, monitoring, homelab, server-diagnostics, configuration]
importance: 0.7
confidence: 0.8
created: "2026-02-20T20:16:28.686982+00:00"
updated: "2026-02-20T20:16:28.686982+00:00"
---
## Context
Added 3 new servers to CT 302 `config.yaml` for automated health monitoring, bringing the total to 9 monitored servers.
## Servers Added
### pihole1 (VM 106, 10.10.0.16, ssh_user: cal)
- Containers monitored: pihole, nginx-proxy-manager_app_1, portainer
- HTTP checks: pihole web (:81/admin/), NPM admin (:82/api/schema)
- All checks marked critical
### sba-bots (VM 115, 10.10.0.88, ssh_user: cal)
- Containers monitored: paper-dynasty_discord-app_1, paper-dynasty_db_1, paper-dynasty_adminer_1, sba-website_sba-web_1, sba-ghost_sba-ghost_1
- HTTP check: SBA website (:803/)
- PD bot and DB are critical; others non-critical
### foundry (LXC 223, 10.10.0.223, ssh_user: root)
- Container monitored: foundry-foundry-1
- HTTP check: Foundry VTT (:30000/)
- Non-critical server
## Setup Note
Required `ssh-keyscan` on CT 302 for all 3 new hosts before health checks could connect (SSH host key not yet in known_hosts).