Werk #15145: agent_azure: Remove caching from the azure_usagedetails section
Komponente | Agent bakery |
Titel | agent_azure: Remove caching from the azure_usagedetails section |
Datum | 09.02.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0p22 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
Usage details section provides yesterday's Azure resource costs used in the "Cost" check plugin. Until now, the section data was fetched once a day and cached. The problem is that because yesterday's costs are still being calculated in the Azure's Cost Management, they change throughout the day.
In order to report the cost data as soon as possible and to be consistent with the Azure's Cost Management, the caching of the azure_usagedetails section has been removed.