Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: edd2175ffaed1825535632968b41e674b73974cf
https://github.com/tribe29/checkmk/commit/edd2175ffaed1825535632968b41e674b…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M cmk/base/checkers/snmp.py
M cmk/fetchers/snmp.py
M tests/unit/cmk/base/checkers/test_snmp_data_source.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Lighter SNMP config #6: Static snmp_section_detects
Move snmp_section_detects to fetcher and handle the different
configuration for the inventory there.
CMK-5462
Change-Id: I076f53d3b0eb35234d3c90637db6e8af0aae6c43
Commit: 1fa71ccb8bbce2087c7728ee6095aeaac40adfde
https://github.com/tribe29/checkmk/commit/1fa71ccb8bbce2087c7728ee6095aeaac…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M cmk/base/checkers/snmp.py
M cmk/fetchers/snmp.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Lighter SNMP config #7: Simplify `_detect()`
We now use sets of SectionName and set operations. We build the mapping
as the very last step. This is significantly easier to follow and also
probably nicer on the CPU and the memory.
CMK-5462
Change-Id: I00c0d2f7f51c7ca2490a96c01e7ffd2c7edb0ee8
Compare:
https://github.com/tribe29/checkmk/compare/052cad24232f...1fa71ccb8bbc