Nagios 4.0 Plug In Issues

Trying to use /usr/local/nagios/libexec/pmp-check-mysql-processlist -L hostname
Works fine at the command line:

OK 0 unauthenticated, 0 locked, 0 copy to table, 0 statistics | processes=0;16;32;0;

Nagios itself fails: [TABLE=“class: status”]
[TR]
[TD=“class: statusUNKNOWN”]UNKNOWN[/TD]
[TD=“class: statusBGUNKNOWN”]01-26-2015 13:43:44[/TD]
[TD=“class: statusBGUNKNOWN”]0d 0h 9m 47s[/TD]
[TD=“class: statusBGUNKNOWN”]4/4[/TD]
[TD=“class: statusBGUNKNOWN, align: center”]mysql: unknown variable ‘login-path=hostname’ [/TD]
[/TR]
[/TABLE]

“login-path” option is available in MySQL 5.6. Looks like the plugin runs mysql client binary through Nagios that is not supporting this option.

i have followed the documentation and i am getting a little frustrated as i keep getting errors or nothing gets returned