Monit disable logging

Hi,

I have monit setup to request a page every minute and was wondering
what the easiest way to completely disable the logging for this
request would be. I run pl_analyze against my logs and it would be
better for the average if it did not take into account this request.

Thanks
Fredrik

Anyone have any ideas about how to not log a specific request in the
mongrel logs (perhaps not possible?). I guess this would be called a
bump :slight_smile: .

Thanks,
Fredrik

I forget if you can set Monit to hit a specific page… if that’s the
case,
couldn’t you just have it request http://127.0.0.1:8000/monit/ignore or
something? Then, when doing your statistics, you could remove all the
/monit/ignore requests. Just a thought.

  • David