In cases where I have a recursive group of resources and I'm trying to
compare metrics from their child resources, I often find them impossible to
tell apart, because they and their immediate parent resources have
identical names (see attachment). Is there a convenient way to
differentiate them?
--
PaaKow Acquah
Developer
Open Software Integrators, LLC
http://osintegrators.com
919-321-0119
Hey,
I've written a new blog post about REST coming to RHQ, which illustrates the current state
and the possibilities this will give in the future: http://javablogs.com/Jump.action?id=672973
This is not at all a ready-made package, but a start to enhance. So please help us making
this great, so that you can build great stuff on top of it:
• Provide us with your requirements e.g. on the Design - REST page of the RHQ-Wiki
• Contribute to the code
• Show us your examples you have built on top of the API (and perhaps even contribute them)
Heiko
--
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C,
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschaeftsführer: Brendan Lane, Charlie Peters, Michael Cunningham, Charles Cachera
Hi,
I have just removed the blogs section on rhq-project.org as this was hard
to keep in sync with the actual blog writing (and the wiki instance behind
it also often had issues with new posts not showing).
To follow the RHQ blogs, please use the aggregator at
http://planet.jboss.org/view/feed.seam?name=on_aggregate&from=0
Heiko
--
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C,
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschaeftsführer: Brendan Lane, Charlie Peters, Michael Cunningham, Charles Cachera
Hey, Simeon and Mike.
Just to follow up on the LDAP user auth setup, I have some links for the RHDS silent that may help it go a little faster. (Funny enough, I couldn't find anything on the 389 wiki about it, but it should work the same either way.)
Okay, to set up a DS instance to use for RHQ user authentication[1], you can run a silent setup[2] , and that passes all of the required information to the setup script using a single inf file[3]. So, you'd create the .inf file and run...
setup--admin.pl -s -f myfile.inf
And that's it. If you're using a lot of different machines, then you can leave the (required) machine name parameter out of the .inf file and just pass it with the setup command:
setup--admin.pl -s -f myfile.inf General.FullMachineName=ldap.example.com
Let's see, what else.
There are sample users and groups already available in Example.ldif in /usr/share/dirsrv/data/. You can import the LDIF file after the server is created using something like 'ldamodify -a -f my.ldif' or ldif2db. That's just for testing/dev, so you have some pre-populated users to work with.
Oh, and you don't have to do a full install if you don't want to. setp-ds-admin.pl installs the full Directory Server (LDAP/Berkeley db and stuff) and the Admin Server (basically a hyped up web server) and then the Java GUI and a bunch of tools. If you want, you can do all of the DS setup operations using LDAP tools and then you don't need the Admin Server and GUI. For that, you just need to install 389-ds-base and run setup-ds.pl (no -admin). I don't know how much time or space that really saves you, but it's an option if you want it.
Was there anything else I mentioned? I say a lot of things.
Deon
[1] http://rhq-project.org/display/RHQ/Design-LDAP+Integration
[2] http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Install…
[3] http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Install…
The RHQ team is happy to announce the availability of the 4.1.0 release.
This release includes several new features including
* New language translations
* Bundle deployments to non-platform resources
* Remote API changes for the bundle system
* New drift management functionality
* New RHQ server configuration synchronization
* New AS7 plugin that supports JBossAS 7
* New mod_clusteer plugin that supports JBoss 4.2 - 6.0
You can find the release notes at
http://www.rhq-project.org/display/RHQ/Release+Notes+4.1.0 which also
contains a link to the downloads. Thanks to everyone who has contributed
to this release!
John Sanda