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.
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.