nagios-plugins-1.4.3
'check_oracle --db SID' tries to match "ora_pmon_${2}$"
which fails because AIX's ps command appends a space on
each line. the attached patch fixes this problem and
extend the regexp for matching ASM instances.
tried the modified plugin on AIX and linux, works on
both platforms.
regards,
-ap
patch for check_oracle.sh