Measurement Template Updated default Interval values For a custom plugin, I am trying to update the collection interval 2 of the metrics (please see image above). The collection interval for 'Number of X for past hour' and 'Number of failed X per past hour' is 3...
RHQ 4.12 Docker.io ImageThere is now an RHQ 4.12 Docker.io image available for usage. Please following the GitHub README instructions for installation and usage: mattmahoneyrh/rhq-4.12 · GitHub
RHQ agent compatibility? rhq-agent.supported.versionsI noticed this feature 'rhq-agent.supported.versions' was added to 'master', but I can't access the Bugzilla on the details. It seems that adding a regex 'rhq-agent.supported.versions' to the server properties...
Getting rhq-oracle-plugin-4.11.0 to workHi, I'm new to RHQ and have been experimenting with its value on the enterprise I manage. One of the key abilities is to include the monitoring of Oracle database. I've done quite a bit of hunting on t...
Thread JMX threads blocked - agent creates too many threads
JMX threads blocked - agent creates too many threadsThis is probably a Bugzilla item, but my RHQ agent (4.9 patched) keeps creating new threads (> 500 currently), which block. The blocked thread is first, the non blocked thread is after. It seems the JMX rem...
MBean discovery for a script serverHello, I have a standalone Java application that exposes mbeans for some metrics. I have setup a script server and I can setup a separate JMX server for the mbeans. But can I create a plugin that discovers mbeans in ...
Thread Metric data disappears from Cassandra after two weeks
Metric data disappears from Cassandra after two weeksHi, There is an issue with the RHQ instance I'm administering that started already when I upgraded to RHQ 4.9 from 4.6 (thus migrating metrics into Cassandra) and as upgrading to 4.11 didn't seem to change any...
Thread Metrics aggregation - how to support aggregation of old data
Metrics aggregation - how to support aggregation of old dataI have metrics data that is using a timestamp that may be a few hours old. The agent resource is gathering data from a reporting database that has older data, not of the current hour. The problem is that the a...
custom view of resourcesHello, is it possible to build a custom view of my resources that displays their availability in a single view ? Will it be a custom portlet and how do I go about creating something like that? I realize I can ...
Thread Error creating "Local Disk Storage Content Source"
Error creating "Local Disk Storage Content Source"Hello, I see the following error when I try to create a "Local Disk Storage Content Source" (Administration > Content Sources > Create New > Local Disk Storage Content Source). Is this known? Is there a work...
Importing ping service with REST APII am trying to use the REST API (RHQ 4.9) to import a new ping service but when the service is created the IP address is not set. This makes the service non-functional until I set the IP address through the GUI, but I...
Thread rhq:input-property of type = file|directory
rhq:input-property of type = file|directoryHello, How do I use the rhq:input-property of type = file|directory as noted in the docs? Ant Bundles - RHQ - Project Documentation Editor I need to pass a number of properties to configure the...
Thread API to create resource operation alert notification ?
API to create resource operation alert notification ?Hi, I am writing a server plugin to setup alert definition templates. One of the alert notifications I want to create is a "resource operation" to restart the app. I see from AlertNotification.java that I nee...
Autogrouping of application mbeansHi, My application.war exposes multiple mbeans with names like 'com.example:beantype=X,module=Y,name=Z'. I am able to create a agent plugin, a JMX server and discover these mbeans. But they don't get autogroup...
Customizing email alert message bodyHello, Is there a way to customize the message body in an email alert? For example, when the call time for a EJB method invocation exceeds a threshold, I want to include the caller principal as well since it w...
Automating setup of alerts/notificationsHello, I would like to automate the setup of alerts/notifications for the operations team. There can be many different alerts that are needed and I want to write a script (RHQ CLI ? ) to create these alerts/no...
Datatypes supported by JMX pluginHello, I created a simple custom JMX plugin using the org.rhq.plugins.jmx.MBeanResourceComponent/MBeanResourceDiscoveryComponent. And it works fine for a property that is a number like a count. Can I also sp...
Problem in registering platform from agentHi, I have a clean installation of JON 3.2 for evaluation on RHEL 6. It started ok, seems all components are up and running but when agent discovers the platform on which JON is running server fails to registe...
Extending the script pluginHello, I want to create a custom script plugin to monitor metrics from my application. So I created a rhq-plugin.xml (like attached) and deployed it. But when I try to add my monitor, I see the following excep...