Skip to content

Instantly share code, notes, and snippets.

@DavesCodeMusings
Created January 7, 2025 18:54
Show Gist options
  • Select an option

  • Save DavesCodeMusings/b4159829fc931a88463d1ecf6603447f to your computer and use it in GitHub Desktop.

Select an option

Save DavesCodeMusings/b4159829fc931a88463d1ecf6603447f to your computer and use it in GitHub Desktop.
Monit alerts for down Docker containers
check program containers with path "/usr/bin/docker ps --format '{{ .Names }}' --filter 'status=exited'"
every 120 cycles
if content != "" then alert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment