Skip to content

v0.4.0

Compare
Choose a tag to compare
@Griesbacher Griesbacher released this 17 Mar 14:07
· 19 commits to master since this release

Feature

  • Livestatusversion can be set in the config.
  • JSONFileExport, to write collected data to an JSON File.
  • 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.
  • 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.