Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 71cb617642a9cc5252c3b098195f8d9384257bbd
https://github.com/tribe29/checkmk/commit/71cb617642a9cc5252c3b098195f8d938…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M checks/apc_symmetra
M tests-py3/unit/checks/generictests/datasets/apc_symmetra_regression.py
Log Message:
-----------
apc_symmetra.temp: prepare to 'inherit' items from apc_symmetra_temp
With the new check API we won't have subchecks anymore,
and the '.' in the names will be replaced by '_'.
This commit deals with the only resulting conflict of
the subcheck 'apc_symmetra.temp' versus the main check
'apc_symmetra_temp'.
It prepares the subcheck to "take over" the services
of the main check, once we start interpreting all
dots in names as underscores. If that moment has come,
we will remove 'apc_symmetra_temp', and start discovering
all other sensors in the now-subcheck.
Change-Id: I0aa2e8966653a4f828c12868137f7160e9364245
Commit: c93f25aa3ea30ca39961c0d8ae7bdfeeaaa8f8d1
https://github.com/tribe29/checkmk/commit/c93f25aa3ea30ca39961c0d8ae7bdfeea…
Author: Andreas Döhler <>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
A .werks/10905
M checks/brocade_fcport
Log Message:
-----------
10905 FIX brocade_fcport: Falsely displayed wrong state
Bugfix for displaying wrong state. Falsely displayed as critial when it should be warning
state.
Change-Id: I1f0b21819e203d48d9c5802adba14e9c1592cf48
Commit: 59a4a16c98e288b1d2214cc09dec24ddae86ffff
https://github.com/tribe29/checkmk/commit/59a4a16c98e288b1d2214cc09dec24dda…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M cmk/base/data_sources/ipmi.py
M cmk/base/data_sources/programs.py
M cmk/base/data_sources/snmp.py
M cmk/base/data_sources/tcp.py
M cmk/fetchers/ipmi.py
M cmk/fetchers/piggyback.py
M cmk/fetchers/program.py
M cmk/fetchers/snmp.py
M cmk/fetchers/tcp.py
M tests-py3/unit/cmk/test_fetchers.py
Log Message:
-----------
Give fetchers their own logger
Now that the fetchers are their own thing, they should have their own
logger to reduce coupling to the data sources as much as possible.
Moreover, the fetchers should be independent programs started with a
serialized configuration and we do not want / need to serialize
the loggers.
CMK-4218
Change-Id: I95e27d50ded77f98121331e17d928e36eb58dce9
Commit: 9ffd40a4a795bb42019463202b6c6f8a0786b592
https://github.com/tribe29/checkmk/commit/9ffd40a4a795bb42019463202b6c6f8a0…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M cmk/fetchers/_base.py
M cmk/fetchers/tcp.py
M tests-py3/unit/cmk/test_fetchers.py
Log Message:
-----------
Entry method to start fetcher from serialized data
This demonstrates that the fetchers may be configured from files in a
simple and standard format.
SNMP is left out for now as it is too different from the others.
CMK-4218
Change-Id: I1fc1a17eceedc96659a31453d158d7f87b1e1f74
Commit: d056e145189606e0d06078f3b360d31a53a17334
https://github.com/tribe29/checkmk/commit/d056e145189606e0d06078f3b360d31a5…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M cmk/fetchers/ipmi.py
M cmk/fetchers/piggyback.py
M tests-py3/unit/cmk/test_fetchers.py
Log Message:
-----------
Improve API consistency of the fetchers
CMK-4218
Change-Id: Id780eeb833f0f09777479a02de04466b2f70e5d3
Compare:
https://github.com/tribe29/checkmk/compare/7853eaf4d007...d056e1451896