Skip to content

Instantly share code, notes, and snippets.

View SeoFood's full-sized avatar

Marco Hillger SeoFood

View GitHub Profile
@SeoFood
SeoFood / bookmarklet.js
Last active November 9, 2016 12:54
Metrics tools Bookmarklet
javascript:(function(){window.open('https://metrics.tools/metricstools/tools/serpindex/domain/%27+window.location.host.replace(/^www\./,''));})();
@SeoFood
SeoFood / nrpe_local.cfg
Created June 28, 2015 08:21
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