From: Ton Voon Date: Wed, 18 Aug 2004 19:46:18 +0000 (+0000) Subject: Fix for similar dataabase sids (Carole Verdon) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92abc218b0626314774aa791d388a45746eb386a;p=nagiosplug.git Fix for similar dataabase sids (Carole Verdon) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@883 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh index 41e9dce..6351f8f 100755 --- a/plugins-scripts/check_oracle.sh +++ b/plugins-scripts/check_oracle.sh @@ -158,7 +158,7 @@ case "$cmd" in }' ;; --db) - pmonchk=`ps -ef | grep -v grep | grep ${2} | grep -c pmon` + pmonchk=`ps -ef | grep -v grep | grep ${2}$ | grep -c pmon` if [ ${pmonchk} -ge 1 ] ; then echo "${2} OK - ${pmonchk} PMON process(es) running" exit $STATE_OK