Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: c380693c8650d4b519bf66dff5de2604e23f6fdd
https://github.com/Checkmk/checkmk/commit/c380693c8650d4b519bf66dff5de2604e…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure cleanup: remove unused parameter
Change-Id: I731f3e3b7767ffeb497df5dd58666c008bec8c4c
Commit: f57bccb3a2fd61b01d410dfc7d39ce5cfce1b07e
https://github.com/Checkmk/checkmk/commit/f57bccb3a2fd61b01d410dfc7d39ce5cf…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure cleanup: add more types
Change-Id: Ic4c9b5d686a719f1337482fcdb896984c28fd323
Commit: 917b36dc75ac0450b4e4db5b4d69f656c3cadef2
https://github.com/Checkmk/checkmk/commit/917b36dc75ac0450b4e4db5b4d69f656c…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
A .werks/16868
M cmk/special_agents/agent_azure.py
Log Message:
-----------
16868 FIX azure: Fetch metrics in bulk
Until now, Azure agent fetched metrics for each resource individually.
This resulted in many requests made to the Azure API.
After the changes in Azure API rate limits it started causing agent timeouts in
large environments.
Now, the Azure agent fetches metrics in bulk per resource type and region.
This way the number of requests is significantly reduced.
Since metrics are no longer fetched per resource, parallel execution is also
removed together with the `Force agent to run in single thread` option.
SUP-19532
Change-Id: I2d38581374d7053bec1473911a16e032da212c1f
Commit: b228b1e282914eb6d51be241e69f136c9f5e3c4d
https://github.com/Checkmk/checkmk/commit/b228b1e282914eb6d51be241e69f136c9…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure: improve error handling
Change-Id: I49299a4b0bf577bb3549eead263f6a581a770c9a
Commit: 75835f7ab0d147f27064c4ed6996185a59f64462
https://github.com/Checkmk/checkmk/commit/75835f7ab0d147f27064c4ed6996185a5…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
A .werks/16869
M cmk/special_agents/agent_azure.py
Log Message:
-----------
16868 FIX azure: Don't fetch vNet gateway peerings from another subscription
Previously, the Azure agent would crash when monitoring vNet gateways which have peerings
from a different subscription.
The agent wouldn't report the crash and the consequence was that the affected vNet
gateway
wasn't monitored.
Now, the agent will not monitor vNet gateways peerings from another subscription.
SUP-19532
Change-Id: Iac364878e6606acc7b8189a51dfec34ac16a4015
Compare:
https://github.com/Checkmk/checkmk/compare/112dc070e2a4...75835f7ab0d1
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications