This content has been marked as final.
Show 1 reply
-
1. Re: How to define default availability check interval in plugin
genman Oct 13, 2014 2:11 PM (in response to dreschler)In your plugin, define rhq.availability as a metric, and the default interval.
testing/src/test/resources/META-INF/rhq-plugin.xml: <metric property="rhq.availability" defaultInterval="60000" defaultOn="true" category="availability"/>
You can also override the setting on the server using the Metrics Template screen under Admin.