Hi There,
I'm running a frigate container that sometimes go crazy for some reasons.
I have a script monitor.sh that should check this and kills the container before it's 92%.
#!/bin/bash
CONTAINER_ID="your_container_id_here"
while true; do
# Get total CPU time from /proc/stat...