Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
/ rhq Public archive

RHQ system management and monitoring framework

License

Notifications You must be signed in to change notification settings

rhq-project/rhq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

980cf32 · Jul 11, 2022
Apr 14, 2014
Dec 2, 2014
Sep 16, 2017
Dec 18, 2019
Mar 2, 2015
May 24, 2016
Mar 1, 2014
Sep 10, 2012
May 7, 2012
Sep 25, 2008
Dec 22, 2008
Jul 11, 2022
May 16, 2013
Apr 28, 2011
Apr 12, 2016
Apr 28, 2015
Jun 2, 2016
Jan 16, 2013
Mar 12, 2014

Repository files navigation

This project is no longer maintained and has been archived

RHQ Project

RHQ Project (short 'RHQ') is a Framework and tool for systems management and monitoring. As such it allows to gather metrics from so called managed resources, alert on values of the metrics or state change and other conditions. RHQ is also able to provision new content onto managed resources, run operations on them etc.

The list of supported managed resources is not hard coded, but provided by (agent) plugins.

Wiki and issue tracker

The RHQ wiki contains information about running RHQ as well as a lot of design documentation.

Issues for RHQ are currently tracked in Bugzilla

Contributing

Important
To contribute please make sure you have signed the Fedora CLA as explained on this wiki page.

If you want to contribute to the source repository, please fork it into your own repository and send pull-requests afterwards. Each Pull-Request should be "backed" by an entry in Bugzilla. Please add the Bugzilla issue number to the Pull-Request.

Tip
Create a branch per pull-request, so that rebasing the mainline from `origin/master is easier afterwards, as it will not contain your changes of the pull-request.