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

Commit

Permalink
move to agent v0.0.8 - provide more unique resource names for those t…
Browse files Browse the repository at this point in the history
…hat are the same across multiple servers
  • Loading branch information
jmazzitelli committed Jun 1, 2015
1 parent be73eae commit b92864d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@

<resource-type-set-dmr name="Main" enabled="true">
<resource-type-dmr name="WildFly Server"
resourceNameTemplate="WildFly Server"
resourceNameTemplate="WildFly Server [${{jboss.node.name}}]"
path="/"
metricSets="WildFly Memory Metrics,WildFly Threading Metrics"
availSets="Server Availability" />
Expand Down Expand Up @@ -797,7 +797,8 @@
password="adminPass"
resourceTypeSets="Main,Deployment,Web Component,EJB,Datasource,Transaction Manager" />

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

</managed-servers>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.org.apache.activemq>5.10.0</version.org.apache.activemq>
<version.org.hawkular.accounts>1.0.4</version.org.hawkular.accounts>
<version.org.hawkular.agent>0.0.7</version.org.hawkular.agent>
<version.org.hawkular.agent>0.0.8</version.org.hawkular.agent>
<version.org.hawkular.alerts>1.0.0-SNAPSHOT</version.org.hawkular.alerts>
<version.org.hawkular.availCreator>${project.version}</version.org.hawkular.availCreator>
<version.org.hawkular.bus>0.0.6</version.org.hawkular.bus>
Expand Down

0 comments on commit b92864d

Please sign in to comment.