Nagflux Versions Save

A connector which copies performancedata from Nagios / Icinga(2) / Naemon to InfluxDB

v0.4.1

6 years ago

Feature

  • Unicode support in Units like µs
  • If performancedata contains only an U the value field will be missing, but a field unknown with the value true will be added

v0.4.0

7 years ago

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.

v0.4.0-b1

7 years ago

Feature

  • 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.

v0.3.1

7 years ago
  • Allows comma separated Performancedata
  • Spoolfilebuffer is now configurable
  • Nagflux Tags and Fields are ignoring empty or malformed data. Valid but ignored Performancedate would be: NAGFLUX:TAG::$_SERVICENAGFLUX_TAG$ or NAGFLUX:TAG::

v0.3.0

7 years ago

Fix

  • Duplicate values over perflabels on one service should be fixed

v0.2.9

7 years ago

Feature

  • If a Spoolfileline contains e.g. NAGFLUX:TAG::serv=server1 ID=1 NAGFLUX:FIELD::counter_a=123 counter_b=456 the serv and ID will be stored as tag and both counters as fields. This makes it possible to add addition information to your Nagiospoolfiles.

v0.2.8

7 years ago

Fix

  • out of memory error on big files

Feature

  • Livestatustimout is configurable
  • Multiple ModGearman server are supported

v0.2.7

7 years ago

Fix

  • Livestatus index out of bound error
  • Less Livestatus log entries on an error(downtime)

v0.2.6

7 years ago

Feature

  • Version is shown within the help message
  • check_multi prefixes will be expanded if not done by the core

v0.2.5

7 years ago