agent cannot use security token
by John Mazzitelli
I just tried installing the agent to use securityKey/securitySecret rather than username/password and it failed to authenticate with the server. If I use username/password, it works fine.
It isn't anything with the agent that seems to be the problem because during my testing, I attached to the agent with my debugger and right before I sent the auth message to
http://127.0.0.1:8080/hawkular/accounts/personas/current
I change the value of the key/secret to "jdoe" and "password" and it works. So there is something on the server-side that doesn't like the agent passing in the token credentials.
Can I ask if anyone else sees the same thing? It's easy to test:
1) in the UI, create yourself a new token
2) in standalone.xml's <storage-adapter> element, change the "username" attribute name to be called "securityKey" and set its value to your new token's key and change the "password" attribute name to be called "securitySecret" and set its value to your new token's secret.
3) start the agent back up again
It should work, but doesn't for me. I tried it with two different token key/secret pairs, failed both times.
8 years, 11 months
need guidance to work on android client of hawkular
by Anuj Garg
I came across project Hawkular about one month ago and it was really
fascinating. My skillset in major are CORE JAVA, Android and REST so I want
to contribute in upgrading android client of Hawkular to include functions
added after Alpha 3(for which present client is made up of). I am watching
over the current code for android client and need guidance to work on it.
Thanks
8 years, 11 months
What's next (for Alpha 10 )
by Heiko W.Rupp
Hey,
first there is a Retrospective on Fri 10am BOS time,
have a look in the Hawkular-Calendar (internal).
Dialin is BJ: http://redhat.bluejeans.com/hrupp
For MS 10 objectives are:
* Update to WF10 final (if available)
* Improvements in agent installer
* WF state display ("reload needed") + action to reload
* Faceted filtering
* Bug fixing
* Ruby-client work
* Perf improvements
* metrics
* agent-inventory-sync
I personally would also like to see a first idea of
relations - e.g. two datasources pointing to the
same (remote) database url, which is then reflected
in the topology view.
--
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C,
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschäftsführer: Charles Cachera, Michael Cunningham, Paul Hickey,
Charlie Peters
8 years, 11 months
Cancelled: Discussion, Planning, and status on Testing Openshift & Hawk-Metrics Integration for Openshift 3.1
by Michael Foley
A single instance of the following meeting has been cancelled:
Subject: Discussion, Planning, and status on Testing Openshift & Hawk-Metrics Integration for Openshift 3.1
Organizer: "Michael Foley" <mfoley(a)redhat.com>
Location: Bluejeans http://www.bluejeans.com/mfoley51
Time: Wednesday, January 20, 2016, 3:00:00 PM - 3:30:00 PM GMT -05:00 US/Canada Eastern
Required: pruan(a)redhat.com; mmahoney(a)redhat.com; vnguyen(a)redhat.com; snegrea(a)redhat.com; jsanda(a)redhat.com; mwringe(a)redhat.com
Optional: jon-qa-list(a)redhat.com; jboss-on-team(a)redhat.com; hawkular-dev(a)lists.jboss.org
*~*~*~*~*~*~*~*~*~*
Hi,
Let's have a discussion and planning session on testing Openshift & Hawkular Integration!
Let's use this etherpad to coordinate the discussion -->> http://pad.engineering.redhat.com/Management-nextAndOpenshiftTestPlanning
5 Point Plan for Openshift 3.1 GA
* Unit tests .... owned by Hawk-Metrics developers
* Integration tests ... owned by Hawk-Metrics developers and Hawk-Metrics QE
* Performance CI on Hawk-Metrics (this one is actually new and was not discussed on Wednesday , but I now see it makes sense)
* Functional Integration tests on Hawk-Metrics latest + Openshift Origin latest
*
Funtional/UI .... Cucumber/Ruby tests ...owned by Openshift QE * Functional/Rest ... Cucumber/Ruby tests ... owned by Openshift QE
* Performance & Scalability .... owned by Openshift QE
Regards,
Michael Foley
QE Supervisor, Middleware BU
8 years, 11 months
agent can inventory and monitor JMS
by John Mazzitelli
I added resource types for the Artemis JMS server and its queues/topics as well as the queue/topic metrics.
So we can monitor JMS components. You won't see anything because the UI will need to be enhanced to show their graphs. But at least the data is there for the UI to consume.
8 years, 11 months
agent: define your own feed ID from command line
by John Mazzitelli
When the agent starts for the very first time, it needs to generate a feed ID for itself - if inside WF9 the feed ID is typically the hostname (its convoluted, but normally that is what it is). On WF10, its the WildFly server's UUID. About a week ago, I let the agent be told what feed ID to use via its feedId attribute in <storage-adapter> for those that don't want the UUID to be the feed ID.
But people didn't want to have to edit standalone.xml to set their feed ID. So I released a new agent (0.15.6.Final) that adds a new feature to the agent installer - you can now pass in --feed-id (or set feed-id in the installer config file) to the installer which will set the feedId attribute in the agent <storage-adapter> config.
This still doesn't get you all the way to what people want (which is being able to pass in -Dhawkular.agent.feedid=myfeedid when starting the Hawkular Server). So this PR is now submitted:
https://github.com/hawkular/hawkular/pull/791
When this is merged, that feature will be enabled - if you pass in -Dhawkular.agent.feedid=XYZ the first time the agent is started it will use that when it creates its feed id. If you don't pass it in, the agent autogenerates its feed id like it always has in the past.
I don't know if people want this merged into master for the release tomorrow or not - I'll leave that for someone else to decide. The PR is there if you want it.
--John Mazz
8 years, 11 months