Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: d1dfdaf3cca4da311c5601d355f66272ef805931
https://github.com/tribe29/checkmk/commit/d1dfdaf3cca4da311c5601d355f66272e…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M checks/qnap_fans
M checks/qnap_hdd_temp
Log Message:
-----------
Fix TypeError in new scan functions
Change-Id: I70cd7724217453ac93c272902eb64bc75db7f800
Commit: c71a077b4ba1e7d18014de5a6903c12066fe8d09
https://github.com/tribe29/checkmk/commit/c71a077b4ba1e7d18014de5a6903c1206…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M checks/domino.include
M checks/domino_mailqueues
Log Message:
-----------
domino_mailqueues: Fix potential bugs in scan and parse function
Change-Id: Ibb1cda7730b833b6f4dbc8ffee60f8f45fa863f5
Commit: 634f9a50665f6d8b1f963d0b8881c6bb45773682
https://github.com/tribe29/checkmk/commit/634f9a50665f6d8b1f963d0b8881c6bb4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M cmk/base/snmp.py
M cmk/base/snmp_scan.py
M cmk/base/snmp_utils.py
Log Message:
-----------
Python 3: Change get_single_oid to produce text strings
The walk functions all normally produce text strings and only binary when
it is explicitly declared. The single OID fetching function was always
producing byte strings, which is inconsistent and wrong for our use
cases. These values are now also fetched as text strings.
Change-Id: Ieeed787fcc3a7ffa1c4690e0df1c99bd5904e5ee
Commit: 699520084fe3dbd533023cffa1196a6ca0464190
https://github.com/tribe29/checkmk/commit/699520084fe3dbd533023cffa1196a6ca…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M cmk/base/classic_snmp.py
Log Message:
-----------
Python 3: Fix broken SNMP bulk walks with classic SNMP
Change-Id: I464bf99c8d6d781add60483f3b9fd360658750e2
Compare:
https://github.com/tribe29/checkmk/compare/e65a9e32fdda...699520084fe3