Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: e58f0ed71a16a394186a4d93af849437ce3a14ba
https://github.com/tribe29/checkmk/commit/e58f0ed71a16a394186a4d93af849437c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-31 (Sun, 31 Jan 2021)
Changed paths:
M checks/dell_compellent_controller
M checks/dell_compellent_disks
M checks/dell_compellent_enclosure
M checks/dell_compellent_folder
M cmk/base/check_legacy_includes/dell_compellent.py
M cmk/base/plugins/agent_based/dell_hw_info.py
M tests/unit/checks/generictests/datasets/dell_compellent_controller_regression.py
M tests/unit/checks/generictests/datasets/dell_compellent_disks_regression.py
M tests/unit/checks/generictests/datasets/dell_compellent_enclosure_regression.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
dell_{compellent_*,hw_info}: share a detection OID
This decreases the OIDs that must be fetched from *all* SNMP devices
during discovery by one.
It comes at the cost of fetching one OID more for all devices
that provide the Dell specific table ".1.3.6.1.4.1.674".
This 'hack' is used, because we currently have no relieable information
on the common system description of Dell-Compellent devices.
CMK-5889
Change-Id: I205a2581a663c893bad35a25117fefd8162d7a31
Commit: 5de0e23fe061171fce044b1fb3e6353ff8b49920
https://github.com/tribe29/checkmk/commit/5de0e23fe061171fce044b1fb3e6353ff…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-31 (Sun, 31 Jan 2021)
Changed paths:
M checks/printer_alerts
M checks/printer_input
M checks/printer_output
M checks/printer_supply
M cmk/base/plugins/agent_based/utils/printer.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
printer_*: share a detection OID
This decreases the OIDs that must be fetched from *all* SNMP devices
during discovery by one.
It comes at the cost of fetching one OID more for all printers
(devices that provide the table ".1.3.6.1.2.1.43").
This 'hack' is used, because we have no relieable information
on the common system description of all printers.
We might use a hardcoded list of printer vendors in the future.
CMK-5889
Change-Id: I68af606c797eb1c608f579895d6316c3f9fb0b31
Commit: 288dc6b25bb3ebbc7bd829743f22266a730156cd
https://github.com/tribe29/checkmk/commit/288dc6b25bb3ebbc7bd829743f22266a7…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-01-31 (Sun, 31 Jan 2021)
Changed paths:
M cmk/base/plugins/agent_based/inv_if.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
inv_if,if32: share a detection OID
The section "inv_if" used to be detected, if a device hat at least two (!)
network interfaces. It will now be detect, if an ifTable is present.
Note that this section is currently only used in a HaSI plugin, so this
change has no practical effect (apart from fetching one OID less during discovery).
Change-Id: I086b94f0e625a9e0c3ed7c6c3fd75037d5584096
Compare:
https://github.com/tribe29/checkmk/compare/522fa901b39a...288dc6b25bb3