No resuts in the monitor or query analytics, percona cloud tools not finding slow log

I’ve installed percona-agent per the instructions, yet nothing is showing up in the query analytics or monitor. I do see the following in the Percona Cloud Tools logs:

Warning 2014-05-12 17:40:00 qan-interval stat -slow.log: no such file or directory

However, the -slow.log log file exists, and is getting written on the server. Can’t seem to figure out what’s going on.

Any help would be appreciated.

Thanks.

Jim

There is something wrong with slow query log settings as it errors “on such file or directory”
Please show me output of:
mysql> SHOW GLOBAL VARIABLES LIKE ‘%slow%’;

Along with that my.cnf contents and mysql error log will help too to identify root cause of the problem.