<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 4:54 PM, Brian Stansberry <span dir="ltr"><<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 12/10/14, 9:28 AM, Dev Ops wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
<br>
<br>
On Wed, Dec 10, 2014 at 3:37 PM, Brian Stansberry<br></span><span class="">
<<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a> <mailto:<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@<u></u>redhat.com</a>>> wrote:<br>
<br>
On 12/10/14, 5:14 AM, Dev Ops wrote:<br>
><br>
><br>
> On Wed, Dec 10, 2014 at 10:58 AM, Harald Pehl <<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a>><br></span><span class="">
> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a>>>> wrote:<br>
><br>
>><br>
>> Am 09.12.2014 um 12:42 schrieb Dev Ops <<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@gmail.com</a> <mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a>><br></span>
>> <mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a><div><div class="h5"><br>
<mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a>>>>:<br>
>><br>
>> Hi,<br>
>> thanks for pointing me to the github repo.<br>
>><br>
>> I need to do a couple of things:<br>
>><br>
>> 1. provide a graphical and complete view of all server-groups -<br>
>> along with the hosts - something like the following<br>
>><a href="http://bl.ocks.org/mbostock/1062288" target="_blank">http://bl.ocks.org/mbostock/<u></u>1062288</a><br>
> That's something we've always wanted to have in the console.<br>
> Currently the console has some weak points when it comes to manage<br>
> big domains with lots of hosts and servers. Some kind of bird's-eye<br>
> view for big topologies would definitely be an improvement.<br>
>><br>
>> 2. provide a button to download the deployed application;<br>
> Not sure what's the use case behind that. Maybe you can elaborate<br>
> more on that.<br>
><br>
><br>
> Most of the time I "operate" in environments and situation where there<br>
> is NOT an artifact repository.<br>
> People merely know the existence of words like CI, CD and so on, thus<br>
> before upgrading a web-application they need to back it up.<br>
> Having a button next to the application can be handy.<br>
><br>
<br>
Supporting this would require some server-side functionality, as we<br>
don't expose the content in the content repository via the management<br>
API. It would probably be pretty simple to do though, using the<br>
attach-a-stream-to-a-response thing we've added in 9. Used now by the<br>
log download feature.<br>
<br>
<br>
Great! Thus implementing a download-content button should be pretty<br>
straightforward.<br>
<br>
</div></div></blockquote>
<br>
Are you saying you plan to take on the server-side bit? That would be great, and I'd be happy to help out.<br></blockquote><div><br></div><div>Let's say, I'll try to take a look at it this week-end cloning the <a href="https://github.com/hal/core">https://github.com/hal/core</a> repo.<br></div><div>By the way... which branch/tag should I "work" on?<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
Dates for WF 9.0.0.Final? More or less... :-)<br>
<br>
<br>
><br>
>> Next would be extending point 2. by providing different colors for<br>
>> different metric values.<br>
>> Likely, heap memory metric going to saturation, the balloon would<br>
>> be colored has almost red (#cc0000)... every hosts could have its<br>
>> own metric (heap memory, cpu usage, connection pool statistics,<br>
>> etc...).<br>
>> Alerts and notifications are not needed, as there are already<br>
>> other software accomplishing these tasks (nagios, jon, etc...).<br>
>><br>
>> Regards,<br>
>> DevOps guy<br>
><br>
> Any contributions which address these enhancements are highly<br>
> welcome! The management console is implemented in GWT. There's some<br>
> documentation about the internals and how to get started at [1]. You<br>
> can ping me anytime on #wildfly-management if you need more details<br>
> or to discuss the next steps.<br>
><br>
> [1]<a href="http://hal.github.io/" target="_blank">http://hal.github.io/</a><br>
><br>
> .: Harald<br>
><br>
>><br>
>><br>
>> On Tue, Dec 9, 2014 at 11:13 AM, Harald Pehl <<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a>><br></span><span class="">
>> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a> <mailto:<a href="mailto:hpehl@redhat.com" target="_blank">hpehl@redhat.com</a>>>> wrote:<br>
>><br>
>> The source code for the management console lives in its own<br></span>
>> repository athttps://<a href="http://github.com/hal/core" target="_blank">github.com/hal/core</a><span class=""><br>
>><br>
>> I'm curious, what kind of customization do you have in mind?<br>
>><br>
>> .: Harald<br>
>><br>
>>> Am 09.12.2014 um 11:06 schrieb Dev Ops<br>
>>> <<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@gmail.com</a><br>
<mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a>><br></span>
<mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a><span class=""><br>
<mailto:<a href="mailto:devopsmoreorless@gmail.com" target="_blank">devopsmoreorless@<u></u>gmail.com</a>>>>:<br>
>>><br>
>>> Hi all,<br>
>>> where do I find the source of the web application which<br>
>>> provides the Management console?<br>
>>><br>
>>> I need to add something to it, but I don't know where to get<br>
>>> the source.<br>
>>><br>
>>><br>
>>> TIA,<br>
>>> DevOps guy<br>
>>> ______________________________<u></u>_________________<br>
>>> wildfly-dev mailing list<br>
>>> <a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a>><br></span>
<mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a><span class=""><br>
<mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a>>><br>
>>><a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/wildfly-dev</a><br>
>><br>
>> ---<br>
>> Harald Pehl<br>
>> JBoss by Red Hat<br>
>> <a href="http://hpehl.info" target="_blank">http://hpehl.info</a> <<a href="http://hpehl.info/" target="_blank">http://hpehl.info/</a>><br>
>><br>
>><br>
><br>
> ---<br>
> Harald Pehl<br>
> JBoss by Red Hat<br>
><a href="http://hpehl.info" target="_blank">http://hpehl.info</a><br>
><br>
><br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> wildfly-dev mailing list<br></span>
><a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a> <mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a>><span class=""><br>
><a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/wildfly-dev</a><br>
><br>
<br>
<br>
--<br>
Brian Stansberry<br>
Senior Principal Software Engineer<br>
JBoss by Red Hat<br>
______________________________<u></u>_________________<br>
wildfly-dev mailing list<br></span>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a> <mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a>><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/wildfly-dev</a><br>
<br>
<br>
</blockquote><div class=""><div class="h5">
<br>
<br>
-- <br>
Brian Stansberry<br>
Senior Principal Software Engineer<br>
JBoss by Red Hat<br>
</div></div></blockquote></div><br></div></div>