MHA for Mysql error masterha_check_repl

I am configuring MHA for mysql, i have tested masterha_check_ssh /etc/app1.cnf and my SSH connections are OK, but when im trying masterha_check_repl /etc/app1.cnf i got some errors Redundant argument in sprintf at …/MasterMonitor.pm ln427, NodeUtil.pm 190, Error happend on monitoring servers (Got exit code 1 (No master dead)).
The thing i got this error even when i confirmed that mysql replication is working i tested it but if i run masterha_check_repl is not running, what i can review any advise.

thanks!!

It probably is related to the perl version that is being used on your machine. A quick hack is to disable use warnings FATAL => ‘all’; statements in the package files and try it out.