Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add some more operations we can invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jul 27, 2015
1 parent be5694a commit 84360df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,12 @@
resourceNameTemplate="Bus Broker"
path="/subsystem=hawkular-bus-broker"
parents="WildFly Server"/>
<resource-type-dmr name="Monitor Agent"
resourceNameTemplate="Monitor Agent"
path="/subsystem=hawkular-monitor"
parents="WildFly Server">
<operation-dmr name="Status" operationName="status" path="/" />
</resource-type-dmr>
</resource-type-set-dmr>

<resource-type-set-dmr name="Deployment" enabled="true">
Expand All @@ -817,13 +823,21 @@
path="/deployment=*"
parents="WildFly Server"
metricSets="Undertow Metrics"
availSets="Deployment Status" />
availSets="Deployment Status">
<operation-dmr name="Redeploy" operationName="redeploy" path="/" />
<operation-dmr name="Remove" operationName="remove" path="/" />
<operation-dmr name="Undeploy" operationName="undeploy" path="/" />
</resource-type-dmr>

<resource-type-dmr name="SubDeployment"
resourceNameTemplate="SubDeployment [%-]"
path="/subdeployment=*"
parents="Deployment"
metricSets="Undertow Metrics" />
metricSets="Undertow Metrics">
<operation-dmr name="Redeploy" operationName="redeploy" path="/" />
<operation-dmr name="Remove" operationName="remove" path="/" />
<operation-dmr name="Undeploy" operationName="undeploy" path="/" />
</resource-type-dmr>
</resource-type-set-dmr>

<resource-type-set-dmr name="Web Component" enabled="true">
Expand Down Expand Up @@ -881,7 +895,7 @@

<local-dmr name="Local"
enabled="true"
resourceTypeSets="Main,Deployment,Web Component,EJB,Datasource,Transaction Manager" />
resourceTypeSets="Main,Deployment,Web Component,EJB,Datasource,Transaction Manager,Hawkular" />

</managed-servers>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
<version.commons.io>2.4</version.commons.io>
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.org.hawkular.accounts>1.0.8.Final</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.3.1</version.org.hawkular.agent>
<version.org.hawkular.agent>0.3.3-SNAPSHOT</version.org.hawkular.agent>
<version.org.hawkular.alerts>0.3.0.Final</version.org.hawkular.alerts>
<version.org.hawkular.availCreator>${project.version}</version.org.hawkular.availCreator>
<version.org.hawkular.bus>0.3.0.Final</version.org.hawkular.bus>
<version.org.hawkular.bus>0.3.3-SNAPSHOT</version.org.hawkular.bus>
<version.org.hawkular.commons>0.1.1.Final</version.org.hawkular.commons>
<version.org.hawkular.console>${project.version}</version.org.hawkular.console>
<version.org.hawkular.metrics>0.5.0.Final</version.org.hawkular.metrics>
<version.org.hawkular.inventory>0.2.0.Alpha2</version.org.hawkular.inventory>
<version.org.hawkular.nest>0.3.0.Final</version.org.hawkular.nest>
<version.org.hawkular.nest>0.3.3-SNAPSHOT</version.org.hawkular.nest>
<version.org.hawkular.pinger>${project.version}</version.org.hawkular.pinger>
<version.org.keycloak>1.3.1.Final</version.org.keycloak>
<version.org.testng>6.5.2</version.org.testng>
Expand Down

0 comments on commit 84360df

Please sign in to comment.