Skip to content

Commit

Permalink
Updated docs and jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Dec 30, 2017
1 parent 14966b2 commit 0bad93b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kairos-healthcheck
Health check plugin to fix querying getMetricNames in kairosdb 1.1.3
Health check plugin to fix querying getMetricNames in kairosdb 1.1.3. It may work
with older versions but I have not tried it.

This plugin will query the metric that is specified in kairos-healthcheck.properties in order
to do a backend check.

Installation
------------
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<groupId>org.kairosdb</groupId>
<artifactId>kairos-healthcheck</artifactId>
<version>1.0-SNAPSHOT</version>
<!--<version>1.0-SNAPSHOT</version>-->
<version>1.0</version>
<packaging>jar</packaging>

<name>kairos-kafka</name>
Expand Down Expand Up @@ -63,8 +64,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0bad93b

Please sign in to comment.