Skip to content

Instantly share code, notes, and snippets.

@SeoFood
Created June 28, 2015 08:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeoFood/8a7b2921d74796679236 to your computer and use it in GitHub Desktop.
Save SeoFood/8a7b2921d74796679236 to your computer and use it in GitHub Desktop.
Laravel Monitoring Failed Jobs with Icinga / Icinga2 / Nagios
command[check_seofood_failed_jobs]=/usr/lib/nagios/plugins/check_mysql_query -H localhost -u nagios -d laravel -q "select count(*) from failed_jobs" -c 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment