Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 24d063f15e5b547f1dc84fad123319a59299a8f1
https://github.com/tribe29/checkmk/commit/24d063f15e5b547f1dc84fad123319a59…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M cmk/base/checkers/snmp.py
M cmk/fetchers/snmp.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Rename {selected -> checking}_sections in fetcher
This makes the code in the fetcher easier to understand and generally
makes the intent of the attribute clearer.
Moreover, the `checking_sections` are created *from* the
`selected_sections` in the source. They are, however, not identical.
CMK-6296
Change-Id: Icfc311cb48dd6ce981edc715d7ee0c2f31fa218a
Commit: a0d764a3cf53ced7b4a1dd05d74980f069912474
https://github.com/tribe29/checkmk/commit/a0d764a3cf53ced7b4a1dd05d74980f06…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M cmk/base/checkers/snmp.py
M cmk/fetchers/snmp.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Compress section collection to fetcher
Instead of different sets containing one "type" of section, we pass a
single collection with metadata indicating where the section belongs.
This allows us to associate more metadata to the section names, which is
required in CMK-6296.
Change-Id: I8371ce34011b4c59a269f2e529d3b8aebc3eb12a
Commit: 7d8fb751314ee052c6ec7d8545489b5a57733a29
https://github.com/tribe29/checkmk/commit/7d8fb751314ee052c6ec7d8545489b5a5…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M cmk/base/checkers/snmp.py
M cmk/fetchers/snmp.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Pass `snmp_fetch_interval` to fetcher
CMK-6296
Change-Id: I3a5ca1b661b256d063504f814584adb2e6c66434
Compare:
https://github.com/tribe29/checkmk/compare/c7b136577d58...7d8fb751314e