This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am some piece of code in charge of "monitoring" EAP: | |
I get born, register myself and receive an ID to remember: | |
POST /hawkular/inventory/feed | |
I declare all resources that I monitor and receive IDs for those resources: | |
POST /hawkular/inventory/resource (Create EAP server resource) | |
POST /hawkular/inventory/resource (Create WAR app resource) | |
If I didn't declare resources relationships when I created resource I add them: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
function usage { | |
echo "Usage: $0 wildfly_zip_location agent_version standalone_patch username password server_ip server_port wildfly_server_name " | |
echo " wildfly_zip_location: file location of a WildFLy distribution" | |
echo " wildfly_server_name: Server name to give to the WildFly instance" | |
echo " agent_version: Version of the Hawkular agent to install or LATEST for the latest release" | |
echo " standalone_patch: Patch file to apply on standalone.xml" | |
echo " username" | |
echo " password" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am trying to figure out who owns hawkular-bot account... | |
If you do, please contact me |