bigfix / developer.bigfix.com

The source for developer.bigfix.com
https://developer.bigfix.com
Apache License 2.0
27 stars 23 forks source link

Have a session relevance evaluator #69

Open gearoidibm opened 9 years ago

gearoidibm commented 9 years ago

We should have both a client relevance evaluator - the current one - and one for session relevance.

Thinking the backend for the session relevance evaluator could be a server in a docker container with a few computers added.

gearoidibm commented 9 years ago

Can now run root server in a pair of docker containers (1 x BES , 1 x DB2) Can populate computers using other docker containers running the agent - and then shut them down.

Anyone think this can be incorporated into the running evaluation engine ?

gearoidibm commented 8 years ago

@briangreenery -- what do you thing about this one ? I can probably get a few folks looking at it and we can leverage the bfdocker stuff to do it. We could push the session relevance to a web reports? Very easy to populate a db with data using besagent containers. The besserver components are happy in containers.

briangreenery commented 8 years ago

Sure, that would be great.

jgstew commented 8 years ago

The current public URL for the current evaluator is here: https://developer.bigfix.com/relevance/evaluate/

The code is here: https://github.com/bigfix/developer.bigfix.com/tree/master/site/pages/relevance/evaluate

jgstew commented 8 years ago

It would be pretty cool to have a textbox on the front page of https://developer.bigfix.com/ that would attempt a session relevance evaluation, a regular relevance evaluation, and a search of the site for whatever was entered.

Related: https://github.com/bigfix/developer.bigfix.com/issues/65 (it would be nice if this capability was more promenent.)