Monitoring Riak with Monit

2011-10-14 Thread briche arnaud
Hi everybody, I'm using the official Riak deb package (version 1.0.0-1) on Ubuntu 10.04 and I want to monitor Riak with Monit, but it seems like there is not Riak pid file. Am I missing something about Riak pid file, or if there is none, is there an other way of configuring Monit to monitor Ria

Using CommonJS module in Riak mapreduce/pre-commit hook

2011-10-24 Thread briche arnaud
Hi, I just want to know if one can import CommonJS modulesin Riak mapreduce or pre-commit hook function. By the way, the goal is to share json schema validation code between the client and Riak pre-commit hook, if there another strategy I hadn't thought. Thanks.