Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 498ba87b5bc6bb3fde01bcb51faa3cf8c351db06
https://github.com/tribe29/checkmk/commit/498ba87b5bc6bb3fde01bcb51faa3cf8c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M checks/azure_agent_info
Log Message:
-----------
azure_agent_info: minor refactoring
* use check_levels
* create subfunctions
Change-Id: If1103ca48b0a65500d6ca8ef7868117489c2134b
Commit: 60a53c3c35cf086e13b97cad43d074b65676ea5b
https://github.com/tribe29/checkmk/commit/60a53c3c35cf086e13b97cad43d074b65…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10475
M checks/azure.include
M checks/azure_databases
M checks/azure_sites
M checks/azure_storageaccounts
M checks/azure_usagedetails
M checks/azure_virtualmachines
M checks/azure_virtualnetworkgateways
Log Message:
-----------
10475 FIX Azure Checkplugins: Go to stale state if info is missing
Previously a service resulting from one of the Azure checkplugins went to
UNKOWN if the corresponding data was not found in the agent output, as is
common for many checkmk services.
Unfortunately, this happens too often to be usefull, as the Azure API appears
to not allways report the full data. Now the affected services go to a stale
state instead.
Change-Id: I880dc9087e0c6380edc08c898aa9b78a0dea0c17
Commit: 1039a664ea8bb46bf845e8efa07abc1cf44592a0
https://github.com/tribe29/checkmk/commit/1039a664ea8bb46bf845e8efa07abc1cf…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10476
M checks/azure_agent_info
M cmk/gui/plugins/wato/check_parameters/azure.py
M cmk/special_agents/agent_azure.py
Log Message:
-----------
10476 azure_agent_info: Add option to pin down monitored resources
Since werk 10475 services no longer go to UNKNOWN if data is missing.
If you want to strictly monitor the resources found for monitoring,
you can now enable resource pinning in the WATO rule "Azure Agent Info".
A rediscovery is required for the "Azure agent info" service.
Change-Id: I813062b0ba18213df124353464d6e3a87be25957
Commit: 811328deebc83684ddc380bcd58391fb7b291f96
https://github.com/tribe29/checkmk/commit/811328deebc83684ddc380bcd58391fb7…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10477
M cmk/special_agents/agent_azure.py
Log Message:
-----------
10477 FIX agent_azure: recover from missing metrics
Previously the special agent did not return any metric if one
or more of the required metrics were not present. It now recovers
from those errors and return as many metrics as we can get.
Change-Id: Ic81e29ff5193abb8a3cf5e9f5d2b6d4a38cb83f8
Commit: 660cf8695cae7e16f38cf8a16590daaa7602bad1
https://github.com/tribe29/checkmk/commit/660cf8695cae7e16f38cf8a16590daaa7…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M checks/azure.include
M checks/azure_databases
M checks/azure_sites
M checks/azure_storageaccounts
M checks/azure_virtualnetworkgateways
Log Message:
-----------
azure.include: simplification
Change-Id: Ib49bc7ac19d274fbe16e3ff0850ad146db91516c
Commit: 7b326b4b8f87168089235648185574dcf85e6f4c
https://github.com/tribe29/checkmk/commit/7b326b4b8f87168089235648185574dcf…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
A .werks/10478
M checks/azure_agent_info
M checks/azure_usagedetails
M cmk/special_agents/agent_azure.py
Log Message:
-----------
10478 FIX agent_azure: Do not warn about missing usage details for one hour
The "Microsoft.Consumption" API sometimes fails with a timeout. Since the usage
information is only updated once every day anyway, we do not warn about such
exceptions for the first hour. Only if an errror occurs longer than that, the
state will go to CRIT.
Change-Id: Idfe7d4e4a90b12699a817817750448fcda71d33b
Commit: 11b9ef65baa587937192ca45d404c6002fb26c13
https://github.com/tribe29/checkmk/commit/11b9ef65baa587937192ca45d404c6002…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-11-28 (Thu, 28 Nov 2019)
Changed paths:
M cmk/special_agents/agent_azure.py
Log Message:
-----------
agent_azure: never return exit code 1
Change-Id: I1f17389904fabe5f5cca5416fd9146f3871e1dd2
Compare:
https://github.com/tribe29/checkmk/compare/8b48eddafdfa...11b9ef65baa5