Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8567d1a5d637b8f73c6305e3e4d2a38cd81d14f1
https://github.com/tribe29/checkmk/commit/8567d1a5d637b8f73c6305e3e4d2a38cd…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M checks/agent_storeonce4x
M checks/storeonce4x_alerts
M cmk/special_agents/agent_storeonce4x.py
Log Message:
-----------
Multiple fixes for HP StoreOnce 4x
* Use correct key "user" to match WATO rule
* Fix conversion during timedelta usage
* Fix vanishing service in case no uncleared alert is present
CMK-4732
Change-Id: I1c28c1eb02a3b27de33016bc2362c6d870a0da05
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 999901215d3a1e887d20a547f3bd26f4c4002883
https://github.com/tribe29/checkmk/commit/999901215d3a1e887d20a547f3bd26f4c…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M web/htdocs/js/modules/popup_menu.js
Log Message:
-----------
Fix broken onclose handler due to typo
Change-Id: Id4aeee8911396c4bbb1ab9dc494f818616a03003
Commit: 5a448906b42ce1a81e8e1960eacbbd4589bfebeb
https://github.com/tribe29/checkmk/commit/5a448906b42ce1a81e8e1960eacbbd458…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M cmk/gui/htmllib.py
M cmk/gui/utils/popups.py
M web/htdocs/js/modules/popup_menu.js
Log Message:
-----------
The inline method for popups now only makes popups visible
The old inline method used a string representation of
HTML stored in the onclick handler of the link that
opens the popup.
Now the popups are expected to be part of the DOM and
can be made visible solely with CSS.
Although the method is not used yet, it will be used
later on in the UX project.
Change-Id: Icd2a16e7511f414ca1e45a6615515174952c4622
Compare: https://github.com/tribe29/checkmk/compare/e65163ea7d1d...5a448906b42c
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: fba342ed265f8315c84f3fbd8e6424d1631dac7b
https://github.com/tribe29/checkmk/commit/fba342ed265f8315c84f3fbd8e6424d16…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M cmk/base/crash_reporting.py
Log Message:
-----------
Crash reporting: always send SNMP info and agent output
With the new API a check plugin no longer knowns wether it is processing SNMP or agent data.
Just add both datasets to the crash report, for most hosts either of them will be empty anyway.
Change-Id: Iebc83ba8efb446eedd38dbaa04a5777ea7a0ad37