[Feature] Add resource monitor module (CPU/RAM/disk alerts) #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
New module, background-only (no HTTP routes required). Periodically checks CPU, memory, and disk usage (likely via
gopsutil), and fires an alert throughinternal/ntfywhen configured thresholds are exceeded.Config shape (draft):
Depends on #1, #2, and the
internal/ntfyextraction from #3.Proposal
No response
Alternatives Considered
No response