mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fixes a couple issues to do with line formatting of influx DB data points. All keys and values need commas and white space escaping. Values are also checked for type. If a numeric or scientific value is detected this is output as an Influx floating point/scientific number. Booleans are detected and output in a canonical format. All other values are strings, which have double quotes escaped and the entire string is wrapped in double quotes. The handling of thresholds has changed before this becomes officially released. These values if available are passed to the accumulation function in a dictionary, said dictionary builds a single data point with multiple fields, rather than the existing 5 data points, thus saving bandwidth costs. fixes #11904 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Icinga 2
About
Icinga 2 is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.
More details online at www.icinga.org and inside the documentation.
Installation
Read the INSTALL.md file for more information about how to install it.
Documentation
The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.org
Support
Check the project website at https://www.icinga.org for status updates and https://support.icinga.org if you want to contact us.
Description
The core of our monitoring platform with a powerful configuration language and REST API.
clusterdistributed-monitoringelasticgraphitegraylogicingainfluxdbmetricsmonitoringnotificationopentsdbperformancerest-apitls
Readme
182 MiB
Languages
C++
92.8%
CMake
2.9%
PLpgSQL
2%
C#
0.7%
Vim Script
0.5%
Other
1%