Skip to content

Commit

Permalink
Add support section to Dynatrace Ruxit documentation & moved default …
Browse files Browse the repository at this point in the history
…repo to HTTPS
  • Loading branch information
aloismayr committed May 17, 2016
1 parent 78c3d0a commit 7feb6c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -76,7 +76,8 @@ To learn how to configure various properties of the buildpack, follow the "Confi
* [Container Certificate Trust Store](docs/framework-container_certificate_trust_store.md) ([Configuration](docs/framework-container_certificate_trust_store.md#configuration))
* [Container Customizer](docs/framework-container_customizer.md) ([Configuration](docs/framework-container_customizer.md#configuration))
* [Debug](docs/framework-debug.md) ([Configuration](docs/framework-debug.md#configuration))
* [DynaTrace Agent](docs/framework-dyna_trace_agent.md) ([Configuration](docs/framework-dyna_trace_agent.md#configuration))
* [Dynatrace Application Monitoring Agent](docs/framework-dyna_trace_agent.md) ([Configuration](docs/framework-dyna_trace_agent.md#configuration))
* [Dynatrace Ruxit Cloud Native Agent](docs/framework-ruxit_agent.md) ([Configuration](docs/framework-ruxit_agent.md#configuration))
* [Introscope Agent](docs/framework-introscope_agent.md) ([Configuration](docs/framework-introscope_agent.md#configuration))
* [Java Options](docs/framework-java_opts.md) ([Configuration](docs/framework-java_opts.md#configuration))
* [JRebel Agent](docs/framework-jrebel_agent.md) ([Configuration](docs/framework-jrebel_agent.md#configuration))
Expand Down
2 changes: 1 addition & 1 deletion config/ruxit_agent.yml
Expand Up @@ -16,4 +16,4 @@
# Configuration for the Ruxit framework
---
version: 1.+
repository_root: http://download.ruxit.com/agent/paas/cloudfoundry/java
repository_root: https://download.ruxit.com/agent/paas/cloudfoundry/java
13 changes: 9 additions & 4 deletions docs/framework-ruxit_agent.md
@@ -1,4 +1,6 @@
# Ruxit Agent Framework
[Dynatrace Ruxit](http://www.dynatrace.com/en/ruxit/) is your full stack monitoring solution - powered by artificial intelligence. Dynatrace Ruxit allows you insights into all application requests from the users click in the browser down to the database statement and code-level.

# Dynatrace Ruxit Agent Framework
The Ruxit Agent Framework causes an application to be automatically configured to work with a bound [Ruxit Service][] instance (Free trials available).

<table>
Expand All @@ -16,7 +18,7 @@ The Ruxit Agent Framework causes an application to be automatically configured t
</table>
Tags are printed to standard output by the buildpack detect script

## User-Provided Service (Optional)
## User-Provided Service
Users may optionally provide their own Ruxit service. A user-provided Ruxit service must have a name or tag with `ruxit` in it so that the Ruxit Agent Framework will automatically configure the application to work with the service.

The credential payload of the service may contain the following entries:
Expand All @@ -39,9 +41,12 @@ The framework can be configured by modifying the [`config/ruxit_agent.yml`][] fi
| `repository_root` | The URL of the Ruxit repository index ([details][repositories]).
| `version` | The version of Ruxit to use. Candidate versions can be found in [this listing][].

## Support
This buildpack is currently Beta. If you have any questions or problems regarding the build pack itself please don't hesitate to contact Dynatrace Ruxit on https://answers.ruxit.com/, be sure to use "cloudfoundry" as a topic.

[Configuration and Extension]: ../README.md#configuration-and-extension
[`config/ruxit_agent.yml`]: ../config/ruxit_agent.yml
[Ruxit Service]: https://ruxit.com
[Ruxit Service]: http://www.dynatrace.com/en/ruxit/
[repositories]: extending-repositories.md
[this listing]: http://download.ruxit.com/agent/paas/cloudfoundry/java/index.yml
[this listing]: https://download.ruxit.com/agent/paas/cloudfoundry/java/index.yml
[version syntax]: extending-repositories.md#version-syntax-and-ordering

0 comments on commit 7feb6c5

Please sign in to comment.