- remove [error] output from performance data
- moved source into pkg/nagflux
- changed git location to https://github.com/ConSol-Monitoring/nagflux
- add go version to build tag
- fix parsing empty perf data fields
- added support for non InfluxDB targets implementing the HTTP Line Protocol: e.g. Victoriametrics and Telegraf, which have no db concept and other ping/health urls.
- InfluxDB: optional Database check depending on "db" label in Arguments, to enable multiple targets with database check for InfluxDB (for backwards compatibility of config files, would fit better in InfluxDB sections)
- add usr1 signal handler to write thread dump to logfile
- improve shutdown performance
- InfluxDB: fixed failing stop, when StopPullingDataIfDown
- Gearman: fix deadlock when gearmand restarts
- 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
- 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.
- Some minor bugs should be fixed.
- Allow 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::
- Duplicate values over perflabels on one service should be fixed
- If an 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.
- out of memory error on big files
- Livestatustimout is configurable
- Multiple ModGearman server are supported
- Livestatus index out of bound error
- Less Livestatus log entries on an error(downtime)
- Version is shown within the help message
- check_multi prefixes will be expanded if not done by the core
- Deadlock when InfluxDB is not running, again !?
- Deadlock when InfluxDB is not running
- Pass connection args when checking for database
- Missing logfile fix
- use of vendor-folder
- Prometheus api
- When using go1.5 the envvar GO15VENDOREXPERIMENT should be set to 1
- ignore selfsigned ssl certs
- livestatus detection improved
- wait for influxdb on start
- pause fileparsing when influxdb is not reachable
- skip non digit perfdata(U are ignored)
- livestatus ServiceNotifications with just 9 entries
- nagflux fileimport exception when column name is too short
- nagios livestatus query for performance issues
- mod_gearman key will be cut if it's too long
- mod_gearman support (experimental)
- New Nagflux import format
- Elasticsearch support
- New Importformat
- Version Bug
- The old InfluxDB layout is not valid anymore. To convert the old data use the Pythonscript in CONVERTER.
- Everything 😉