From 5b3b56bd5b05b0e7a854b2c2826cbb1b58850d33 Mon Sep 17 00:00:00 2001 From: Philip Griesbacher Date: Thu, 16 Mar 2017 15:30:44 +0100 Subject: [PATCH] update issue link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83ef41..653157a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - It is possible to define multiple Influxdbs, each addressed by an name, as well es Elasticsearchs, they are all called "targets". If the data contains an NAGFLUX:TARGET field, this one is used to direct this certain data to a specific target. If this tag is not added to the data, the config defines the default tag, by default "all" which means that the data is -will be send to all targets. So "all" is a magic word and should not be uses as target name. See issue #25. +will be send to all targets. So "all" is a magic word and should not be uses as target name. See issue [#25](https://github.com/Griesbacher/nagflux/issues/25). - If an Influxdb is not reachable the option "StopPullingDataIfDown" decides if reading new data into Nagflux should go on or not. ### Fix - Some minor bugs should be fixed.