Re: [Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread nicolas de loof
Thanks ! 2008/4/18, Siegfried Goeschl <[EMAIL PROTECTED]>: > > Hi Nicolas, > > +) that sounds cool ... > > +) I have some code generating proper monitor names based on method > invocations (see > http://people.apache.org/~sgoeschl/presentations/jamon-20070717.pdf

Re: [Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread Siegfried Goeschl
Hi Nicolas, +) that sounds cool ... +) I have some code generating proper monitor names based on method invocations (see http://people.apache.org/~sgoeschl/presentations/jamon-20070717.pdf - "Example - Performance Monitor") - you might need this stuff ... :-) Cheers, Siegfried Goeschl

Re: [Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread nicolas de loof
The current code has a servlet to expose the monitored datas, based on request parameters : /monitoring/monitors --> all monitors in the repository, with all counters/gauges and all stats, using an output format detected based on request "Accept" HTTP header /monitoring/monitors?format=html -->

[Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread Siegfried Goeschl
Hi folks, what are the current plans to add a web frontend to Commons Monitoring? Based on my JAMON experience +) the web frontend required additional libraries +) the jamon library and JSP/web resources were always out of sync and broke the web application Would it be possible/feasible to i