Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 0d5e1c7766415bc30f1813450b4ae9497367a45f
https://github.com/Checkmk/checkmk/commit/0d5e1c7766415bc30f1813450b4ae9497…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure cleanup: remove unused parameter
Change-Id: I731f3e3b7767ffeb497df5dd58666c008bec8c4c
Commit: ed4be0219bcb237550c054d0543bdfbdf0dfb0db
https://github.com/Checkmk/checkmk/commit/ed4be0219bcb237550c054d0543bdfbdf…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure cleanup: add more types
Change-Id: Ic4c9b5d686a719f1337482fcdb896984c28fd323
Commit: 62344d47b419eb11847b6890c58138222666a182
https://github.com/Checkmk/checkmk/commit/62344d47b419eb11847b6890c58138222…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
A .werks/16868.md
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: I74e5dd37b84a2715544843f5375d0853207472c1
Commit: 501a11f51b691c41eec414bbfa766d404cae0b88
https://github.com/Checkmk/checkmk/commit/501a11f51b691c41eec414bbfa766d404…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
azure: improve error handling
Change-Id: I49299a4b0bf577bb3549eead263f6a581a770c9a
Commit: c50aa4b3bdf4bb497d20378bf1d6f36403c52119
https://github.com/Checkmk/checkmk/commit/c50aa4b3bdf4bb497d20378bf1d6f3640…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
A .werks/16869.md
M cmk/special_agents/agent_azure.py
M tests/unit/cmk/special_agents/agent_azure/test_agent_azure_mgmt_api_client.py
M tests/unit/cmk/special_agents/agent_azure/test_agent_azure_process.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
Commit: b67c998f61d94eaa52cbb370038355c43bdc30a3
https://github.com/Checkmk/checkmk/commit/b67c998f61d94eaa52cbb370038355c43…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M cmk/plugins/azure/rulesets/azure.py
M cmk/plugins/azure/server_side_calls/agent_azure.py
M cmk/special_agents/agent_azure.py
M tests/unit/cmk/plugins/azure/rulesets/test_azure.py
M tests/unit/cmk/plugins/azure/server_side_calls/test_agent_azure.py
M tests/unit/cmk/special_agents/agent_azure/test_agent_azure_config.py
M tests/unit/cmk/special_agents/agent_azure/test_agent_azure_process.py
Log Message:
-----------
azure: remove parallel processing of resources
SUP-19532
Change-Id: I30b8cb6212269d1478cde57a8581237733f69f59
Compare:
https://github.com/Checkmk/checkmk/compare/ffaf61fd9b9c...b67c998f61d9
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications