Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Mckey
byMckey, February 21, 2013
At this string of the script:
if [ ${exit_text} ]
insert the double quotes in this way:
if [ "${exit_text}" ]
That's useful if you have more then 2 zpools.
if [ ${exit_text} ]
insert the double quotes in this way:
if [ "${exit_text}" ]
That's useful if you have more then 2 zpools.