icinga2/lib
Alvar Penning 7e65a60a5d
Fix PerfdataValue Counter Parsing
Ensure that the counter unit of measurement, "c", is parsed correctly
for performance data values again.

A prior refactoring in 720a88c29a changed
the parsing logic, resulting in an incorrect behavior for counter units.
By passing the raw input into the l_CsUoMs map first, the "c" UoM is
removed. Moving the explicit counter check before passing the raw unit
into the map resolves this issue.

Fixes #9540.
2025-05-12 16:34:05 +02:00
..
base Fix PerfdataValue Counter Parsing 2025-05-12 16:34:05 +02:00
checker Fixed double output for timestamps in debug log 2025-04-14 10:09:42 +02:00
cli Unify depependency cycle check code. 2025-03-12 11:53:30 +01:00
compat Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
config Add ConfigType::BeforeOnAllConfigLoaded signal 2025-03-12 11:53:30 +01:00
db_ido Update object#config_hash after all relations queries 2024-05-22 13:39:30 +02:00
db_ido_mysql Merge pull request #9732 from Icinga/silence-compiler-warnings-in-code-we-don-t-maintain 2025-01-15 16:33:24 +01:00
db_ido_pgsql Merge pull request #9732 from Icinga/silence-compiler-warnings-in-code-we-don-t-maintain 2025-01-15 16:33:24 +01:00
icinga Merge pull request #10422 from Icinga/mktime-dst-consistency 2025-04-30 16:51:05 +02:00
icingadb In a coroutine, re-throw everything ex. std::exception (and inheritors) 2025-04-14 17:30:19 +02:00
livestatus Centralise default icinga.* and env.* macros 2023-02-17 15:33:36 +01:00
methods Move Timeout instances from heap to stack 2025-01-07 18:20:50 +01:00
mysql_shim Silence compiler warnings in code we don't maintain 2025-01-14 11:48:33 +01:00
notification Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
perfdata Add tags functionality to ElasticSearchWriter 2025-01-24 08:51:53 +01:00
pgsql_shim Silence compiler warnings in code we don't maintain 2025-01-14 11:48:33 +01:00
remote Fix inverted IsHACluster check 2025-04-23 15:18:06 +02:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00