aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts/check_log.sh
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2006-03-22 14:32:06 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2006-03-22 14:32:06 +0000
commit087bf1c765d3409fbbad3d8b0719e6092828db05 (patch)
treef2aee569a0b10c64450612cd8b81e1eccaa4c3c1 /plugins-scripts/check_log.sh
parent300a7768a862f05482015ba67fd384b2d3a85d37 (diff)
downloadmonitoring-plugins-087bf1c765d3409fbbad3d8b0719e6092828db05.tar.gz
Remove PATH restriction
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/check_log.sh')
-rwxr-xr-xplugins-scripts/check_log.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh
index 601c6930..38375dd1 100755
--- a/plugins-scripts/check_log.sh
+++ b/plugins-scripts/check_log.sh
@@ -57,8 +57,8 @@
# Paths to commands used in this script. These
# may have to be modified to match your system setup.
-
-PATH=""
+# TV: removed PATH restriction. Need to think more about what this means overall
+#PATH=""
ECHO="/bin/echo"
GREP="/bin/egrep"