Hello,

On Fri, Feb 01, 2013 at 10:23:16AM +0100, nap wrote:
> On Fri, Feb 1, 2013 at 7:23 AM, David GUENAULT 
> <david.guena...@gmail.com>wrote:
> 
> > well i agree with packaging (for industry class deployment) but i do not
> > think install script is uselless because it help setup a fully featured
> > solution in minutes and help quickly discover the potential of shinken.
> >
> I think a perfect way can be to have both : simple install script that will
> setup our packages.

The standard way in python in my opinion is "setup.py", which translates 
nowadays
with two simple commands for example in a deb pkg. 
Maybe folding (some) functionality of install into setup.py with only leaving 
install
a small driver script is a good way ?

> What about the others? What do you want to remove? :)
> I know it's a difficult task, but will help the project to be more focus on
> what is important.

Probaly not a real kill of a feature, but anyways:
Separating out the web interface from the broker and make it a wsgi script 
communication
with the broker would be in my opinion a good thingTM:
- broker is a somehow overloaded critical component (I noticed that stopping 
debug output 
  in a screen stops the web ui at the moment)
- wsgi the best way known to me for integration into apache for example
- This would allow to kill all login/ssl security stuff from webui, as you can
  get an authenticated user name via environment (needed for the webui db stuff)
- Also a split in a shinken core and a webui package would be possible, as
  done in carbon-graphite and the graphite-webui package.

This are just my 2 cents.
Thanks for the new release now sitting here and has to wait for installation ;-(

greetings
  Hermann

-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: hermann.la...@iwr.uni-heidelberg.de

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to