Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: f671d5d37f50ccfb938324d71e19546ac0f942e4
https://github.com/tribe29/checkmk/commit/f671d5d37f50ccfb938324d71e19546ac…
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: 084e379363b387646c390a5c1ce4d467c4c7d2b9
https://github.com/tribe29/checkmk/commit/084e379363b387646c390a5c1ce4d467c…
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: dc8986e6a8769e0240336f33b4f0ed2d582c90d2
https://github.com/tribe29/checkmk/commit/dc8986e6a8769e0240336f33b4f0ed2d5…
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 had at least two (!)
network interfaces. It will now be detected, 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/cd3d1e88f63d...dc8986e6a876
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
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5b9027a3ad3d623ebf3be870987fd3e3024cc233
https://github.com/tribe29/checkmk/commit/5b9027a3ad3d623ebf3be870987fd3e30…
Author: Bastian Kuhn <mail(a)bastian-kuhn.de>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
A .werks/12019
M agents/windows/plugins/mk_msoffice.ps1
Log Message:
-----------
12019 FIX MS Office plugin: use WATO-generated config
This werk fixes a bug where the agent plugin for monitoring
MS Office did not use the configuration file generated by
WATO.
This merges PR #303, https://github.com/tribe29/checkmk/pull/303.
Change-Id: I3d611504bfc923a6714fca1e15faecbb245bf31e