Skip to content

Commit

Permalink
Fix links to jolokia example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and arkady-emelyanov committed May 18, 2018
1 parent ef5af67 commit 55e85f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/cassandra/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Telegraf plugin: Cassandra

### **Deprecated in version 1.7**: Please use the [jolokia2](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/jolokia2) plugin with the [cassandra.conf](/influxdata/telegraf/blob/master/plugins/inputs/jolokia2/examples/cassandra.conf) example configuration.
### **Deprecated in version 1.7**: Please use the [jolokia2](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/jolokia2) plugin with the [cassandra.conf](/plugins/inputs/jolokia2/examples/cassandra.conf) example configuration.

#### Plugin arguments:
- **context** string: Context root used for jolokia url
Expand Down
6 changes: 3 additions & 3 deletions plugins/inputs/jolokia2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Both `jolokia2_agent` and `jolokia2_proxy` plugins support default configuration

### Example Configurations:

- [Java JVM](/influxdata/telegraf/blob/master/plugins/inputs/jolokia2/examples/java.conf)
- [Kafka](/influxdata/telegraf/blob/master/plugins/inputs/jolokia2/examples/kafka.conf)
- [Cassandra](/influxdata/telegraf/blob/master/plugins/inputs/jolokia2/examples/cassandra.conf)
- [Java JVM](/plugins/inputs/jolokia2/examples/java.conf)
- [Kafka](/plugins/inputs/jolokia2/examples/kafka.conf)
- [Cassandra](/plugins/inputs/jolokia2/examples/cassandra.conf)

Please help improve this list and contribute new configuration files by opening an issue or pull request.

0 comments on commit 55e85f8

Please sign in to comment.