Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: dcb5e7c3a68e044f40eed2dd922b46f3eba4e95e
https://github.com/Checkmk/checkmk/commit/dcb5e7c3a68e044f40eed2dd922b46f3e…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M Pipfile.lock
Log Message:
-----------
Update Pipfile.lock
Change-Id: If5058d645ff3b9bd733109bea225acd04c19b16e
Commit: 7c8a2b2876f4abd6035b622ca3dde8dc17d1f3fe
https://github.com/Checkmk/checkmk/commit/7c8a2b2876f4abd6035b622ca3dde8dc1…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M Pipfile
M Pipfile.lock
M tests/code_quality/test_pipfile.py
Log Message:
-----------
icalendar: add icalendar and recurring_ical_events modules
Change-Id: I9751d6f435a36823537fa08c068c7bf7a87c4328
Commit: 348d335efb377d72691a3defd3ade555a7ab317d
https://github.com/Checkmk/checkmk/commit/348d335efb377d72691a3defd3ade555a…
Author: Rebekka Seltmann <rebekka.seltmann(a)checkmk.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
A .werks/15903
M cmk/base/plugins/agent_based/cisco_temperature.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_temperature.py
Log Message:
-----------
15903 FIX cisco_temperature, cisco_temperature_dom: Improved check state and summary if
sensor status not ok
The cisco_temperature and cisco_temperature_dom checks currently only consider sensors
with the state "ok". If a sensor becomes "unavailable" or
"non-operational", the check becomes "UNKNOWN" with the summary
"Item not found in monitoring data".
With this werk, the summary will now report the status of the sensor instead.
For the "unavailable" sensor status, the check state will still change to
"UNKNOWN", for "non-operational" status it will be CRIT.
SUP-14650
Change-Id: I1f87fe96bf85ee48b4ddeca8a2e731dbeefa3c25
Commit: a9b116818e3f0ca18792e8d2423acd93c9bf5bd1
https://github.com/Checkmk/checkmk/commit/a9b116818e3f0ca18792e8d2423acd93c…
Author: Rebekka Seltmann <rebekka.seltmann(a)checkmk.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
A .werks/15969
M cmk/base/plugins/agent_based/cisco_temperature.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_temperature.py
Log Message:
-----------
15969 FIX cisco_temperature: Correct warning threshold for environment temperature
Currently only the threshold specified by OID 1.3.6.1.4.1.9.9.13.1.3.1.4
(ciscoEnvMonTemperatureThreshold) is considered when checking the temperature of a Cisco
switch. As only one threshold is given here, it is used as both WARN and CRIT threshold,
causing confusion when the device itself reports a warning state based on a warning
threshold not given via this OID.
Now the upper thresholds specified in OID 1.3.6.1.4.1.9.9.91.1.2.1.1
(entSensorThresholdTable) will be used as WARN and CRIT thresholds if an entry for the
relevant switch can be found.
For this, the threshold relation and severity will be used to determine if the threshold
can be applied in Checkmk, otherwise the threshold will be ignored.
If no thresholds from the entSensorThresholdTable apply, the
ciscoEnvMonTemperatureThreshold is used as a fallback.
SUP-14653
Change-Id: If8bc63d378d3a77fbf94b5ead48740fef903594b
Compare:
https://github.com/Checkmk/checkmk/compare/17da398f472d...a9b116818e3f