Skip to content

Instantly share code, notes, and snippets.

@Dzordzu
Created August 28, 2019 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dzordzu/0ceda6be4ef033da0c9593ad021dead9 to your computer and use it in GitHub Desktop.
Save Dzordzu/0ceda6be4ef033da0c9593ad021dead9 to your computer and use it in GitHub Desktop.
python3 /usr/lib/nagios/plugins/check_docker --containers "($(docker ps -a | grep -v Running | grep -v CONTAINER | awk 'BEGI
N {ORS="|";FS=" {2,}"} {print $6}'))" --cpu 75:90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment