(No output on stdout) stderr: /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
I need to ask, does the username/password you are passing have any non-alphanumeric chars that can be interpreted when Nagios is passing arguments to the script?
Security warning: It is STRONGLY recommended that a read only user be created in VNXe and used with this script. The script will work with admin login but this is highly insecure!
Note: This plugin requires sudo access to run, at least under Nagios on Ubuntu. You will need to add a line to your sudoers file that looks something like this -
nagios ALL=(ALL) NOPASSWD:/usr/local/nagios/libexec/check_vnxe.sh
Be sure to only allow this script to run under sudo without password. You will also need to define the check command in Nagios to execute with sudo
Additionally, you must set the verification level to low by running /opt/emc/uemcli-1.5.4.1.0027/bin/setlevel.sh l as a root user or this plugin will fail.
Please send all comments/feedback to the author, Charles Bender, at [email protected]"