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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 :) . Thanks, Fredrik On Jul 1, 3:42 pm, Fredrik <fredrik.thures...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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. > > ThanksFredrik--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On 7/3/07, Fredrik <fredrik.thuresson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > 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 :) . > > Thanks, > Fredrik > > On Jul 1, 3:42 pm, Fredrik <fredrik.thures...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > 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. > > > > ThanksFredrik > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---