check_oracle command line arguments not quoted (#1258)

horihel notifications at github.com
Wed Jun 11 11:14:22 CEST 2014


check_oracle uses "naked" arguments ($1 $2) which causes special characters
to be interpreted by the shell.
Especially this causes check_oracle to fail if you use a full TNS
description as a SID because it contains parentheses. Putting Quotes around
those parameters fixes the problem.

-- 
Reply to this email on GitHub:
https://github.com/monitoring-plugins/monitoring-plugins/issues/1258
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20140611/41f5223c/attachment.html>


More information about the Devel mailing list