Sam Kottler e184b82
diff --git b/plugins-scripts/check_log.sh a/plugins-scripts/check_log.sh
Sam Kottler e184b82
index ca5810a..7dba651 100755
Sam Kottler e184b82
--- b/plugins-scripts/check_log.sh
Sam Kottler e184b82
+++ a/plugins-scripts/check_log.sh
Sam Kottler e184b82
@@ -60,8 +60,8 @@
Sam Kottler e184b82
 # TV: removed PATH restriction. Need to think more about what this means overall
Sam Kottler e184b82
 #PATH=""
8a0e4d8
 
Sam Kottler e184b82
-GREP="/bin/egrep"
8a0e4d8
-DIFF="/bin/diff"
Sam Kottler e184b82
+GREP="/usr/bin/egrep"
8a0e4d8
+DIFF="/usr/bin/diff"
Sam Kottler e184b82
 TAIL="/bin/tail"
8a0e4d8
 CAT="/bin/cat"
8a0e4d8
 RM="/bin/rm"