wa0x6e / ResqueBoard

ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Logs

mikeslim7 opened this issue · comments

Hi,

Thanks for the lovely tool, but I can seem to get the logs into mongodb using cube. I have followed the guide from the ResqueBoard main page. I have also checked and i think some on the collections that are required for logging and display of the logs are non-existent. Please see the snips of the ResqueBoard and mongodb attached.

mongo_collections
resqueboard_nologs

  • On the ResqueBoard snip you will see some unexpected text. I printed that to see if the jobs array was empty. Don't bother much about it.

Regards,
Mike.

Problem resolved. :-) I was noot loading the monolog required classes. After loading, I now have a very beautiful and fully functional ResqueBoard. 👍
Thanks.

Ran into the same problem.

I've finally got some data in "Last activities" histogram and proper job statuses when added VVERBOSE=1 to my workers, but there are still no logs and no data on "Latest jobs activities" heatmap.

Server status - all green, cube seems running ok, I see some data (done/fork/sleep...) on port 127.0.0.1:1081
__
Okay, logging works after updating monolog to 1.7.0.
But still no activity on heatmap