From ed6c8cec3b476b43aa9dc74cc20d3d89da89308f Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Fri, 5 Aug 2016 11:48:09 +0200 Subject: [PATCH] Fixed README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 917a990..d1a2118 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ docker run -p9112:9112 -v/etc/certs:/etc/certs:ro echocat/site24x7_exporter \ #### Labels | Name | Example | Description | -| -- | -- | -- | +| ---- | ------- | ----------- | | ``monitorId`` | ``123456789012345678`` | Internal ID assigned by site24x7 of monitor | | ``monitorDisplayName`` | ``My service`` | Display name assigned by you of monitor | | ``monitorGroupId`` | ``123456789012345678`` | Internal ID assigned by site24x7 of monitor group (optional) | @@ -114,7 +114,7 @@ docker run -p9112:9112 -v/etc/certs:/etc/certs:ro echocat/site24x7_exporter \ #### Possible values | Value | Description | -| -- | -- | +| ----- | ----------- | | ``0`` | Down | | ``1`` | Up | | ``2`` | Trouble |