traskat

Results 3 comments of traskat

MySQL support would be awesome.

i made a little change in the file httpPoller.js for the poll function old one: ``` HttpPoller.prototype.poll = function() { HttpPoller.super_.prototype.poll.call(this); this.request = http.get(this.target, this.onResponseCallback.bind(this)); this.request.on('error', this.onErrorCallback.bind(this)); }; ``` new...

@booherbg. I tried a bit more. But couldn't verify it. For me it looks like that The polling oft The monitor isn't Wirkung correct. With pooling i mean the timer...