Team,
Hawkular Services 0.0.7.Final has just been released.
This version contains updates for Alerts, Commons, Inventory and Metrics.
As the previous distributions, the Agent has to be configured with an
user. This can be accomplished by:
- Adding an user via bin/add-user.sh like:
./bin/add-user.sh \
-a \
-u <theusername> \
-p <thepassword> \
-g read-write,read-only
- Changing the Agent's credential on standalone.xml to the credentials
…
[View More]from the previous step or by passing hawkular.rest.user /
hawkular.rest.password as system properties (-Dhawkular.rest.user=jdoe)
You can find the release packages, sources and checksums at GitHub, in
addition to Maven:
https://github.com/hawkular/hawkular-services/releases/tag/0.0.7.Final
Shortcuts for the downloads:
Zip - https://git.io/v6Jxg
tar.gz - https://git.io/v6Jpk
- Juca.
_______________________________________________
hawkular-dev mailing list
hawkular-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hawkular-dev
[View Less]
Hi, I was trying to create about 6 resource types at the same time.
But one of the response is:
{
"errorMsg" : "Local lock contention"
}
Is there a limitation of the number of resourceTypes which can be created
at a time?
Thanks