Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f758bbf606ed241b5003eeb1428a30ed6fb79a2e
https://github.com/tribe29/checkmk/commit/f758bbf606ed241b5003eeb1428a30ed6…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A tests/unit/checks/test_cisco_sensor_item_include.py
Log Message:
-----------
Add tests for cisco_sensor_item.include
SUP-1192
Change-Id: Iec02736b0918f8a0ce280f075ff3728aa6c6983b
Commit: d06814474709f5d25d46d2b8c9add6cf861057ae
https://github.com/tribe29/checkmk/commit/d06814474709f5d25d46d2b8c9add6cf8…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M checks/cisco_sensor_item.include
M checks/cisco_temp_perf
Log Message:
-----------
Minor cleanup for cisco_sensor_item
* rename trial_string to description
* rename fall_back to sensor_id since it's numeric
* remove unnecessary lstrip()
* remove comments that explain the control flow
* remove commented out code mentioning cisco_sensor_item
SUP-1192
Change-Id: I6072a69992cb3857d6add79bb9abb0555cb8dac9
Commit: e960810a4e8a03b164da39c4bd20f36f439e584f
https://github.com/tribe29/checkmk/commit/e960810a4e8a03b164da39c4bd20f36f4…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A .werks/10463
M checks/cisco_sensor_item.include
M tests/unit/checks/test_cisco_sensor_item_include.py
Log Message:
-----------
10463 FIX cisco_power: discover unique items in one edge case
For some sensor descriptions the cisco_power check discovered items
that were not unique. One description was e.g. "Sw1, PSA Normal"
which was translated into the item "Sw1". Another sensor that used
the description "Sw1, PSB Normal" was then aliased to "Sw1" as well.
Such items can now be differentiated. The example sensors would now
be mapped to the items "Sw1 PSA {ID}" and "Sw1 PSB {ID}" where {ID}
is the ID of the sensor.
The affected services have to be rediscovered.
SUP-1192
Change-Id: I3895b355595ae69171daa9eae003f98e5c0b783c
Compare: https://github.com/tribe29/checkmk/compare/ec5223693813...e960810a4e8a
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: fb885f75d5d8455416146b926cae51805ae3f333
https://github.com/tribe29/checkmk/commit/fb885f75d5d8455416146b926cae51805…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M agents/wnx/src/lwa/Configuration.cpp
A agents/wnx/test_files/config/check_mk.bad.test.ini
M agents/wnx/watest/test-upgrade.cpp
Log Message:
-----------
[CMK-3324] - fixed the crash during parsing malformed logfiles Section
- tests added
Change-Id: I7bb49ae8343301d144adf45d532596b894c4d0a0
Commit: 9c07235080a0e495342f3cf089f8a9f22e86487c
https://github.com/tribe29/checkmk/commit/9c07235080a0e495342f3cf089f8a9f22…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A tests/unit/checks/test_cisco_sensor_item_include.py
Log Message:
-----------
Add tests for cisco_sensor_item.include
SUP-1192
Change-Id: Iec02736b0918f8a0ce280f075ff3728aa6c6983b
Commit: 3815334ef1240c25bf9583a0bafb98fecbd9fd43
https://github.com/tribe29/checkmk/commit/3815334ef1240c25bf9583a0bafb98fec…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M checks/cisco_sensor_item.include
M checks/cisco_temp_perf
Log Message:
-----------
Minor cleanup for cisco_sensor_item
* rename trial_string to description
* rename fall_back to sensor_id since it's numeric
* remove unnecessary lstrip()
* remove comments that explain the control flow
* remove commented out code mentioning cisco_sensor_item
SUP-1192
Change-Id: I6072a69992cb3857d6add79bb9abb0555cb8dac9
Commit: e56c020c72b22e5d9dce393e3fd7d39b23860b5e
https://github.com/tribe29/checkmk/commit/e56c020c72b22e5d9dce393e3fd7d39b2…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A .werks/10463
M checks/cisco_sensor_item.include
M tests/unit/checks/test_cisco_sensor_item_include.py
Log Message:
-----------
10463 FIX cisco_power: discover unique items in one edge case
For some sensor descriptions the cisco_power check discovered items
that were not unique. One description was e.g. "Sw1, PSA Normal"
which was translated into the item "Sw1". Another sensor that used
the description "Sw1, PSB Normal" was then aliased to "Sw1" as well.
Such items can now be differentiated. The example sensors would now
be mapped to the items "Sw1 PSA {ID}" and "Sw1 PSB {ID}" where {ID}
is the ID of the sensor.
The affected services have to be rediscovered.
SUP-1192
Change-Id: I3895b355595ae69171daa9eae003f98e5c0b783c
Compare: https://github.com/tribe29/checkmk/compare/36cfe23731d2...e56c020c72b2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8894c7cdec8b47bf02636bdecd58187cf957cd85
https://github.com/tribe29/checkmk/commit/8894c7cdec8b47bf02636bdecd58187cf…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A .werks/10553
Log Message:
-----------
10553 Extended Checkmk crash reporting
The crash reporting functionality of Checkmk has been extended. In previous versions
of Checkmk it was possible to report only GUI and check plugin related crashes to the
Checkmk team.
With this change Checkmk is able to collect crashes from all components of Checkmk.
These crashes can be displayed in the central user interface in distributed setups.
You can access the crashes using the view <tt>Views > Other > Crash reports</tt>.
This view shows you a list of all captured crashes. You can open the details of
a crash by clicking on the crash ID and send them to the Checkmk team or download
the crash package.
These crash reports are stored locally in each site below <tt>var/check_mk/crashes</tt>.
There is a cleanup mechanism in place which removes all crashes except the last 20
per component.
Change-Id: I182c19982d053817dc0a91550978e4526fe6a2db
Commit: ec52236938138cfb6a7435d043233d93dd8cd763
https://github.com/tribe29/checkmk/commit/ec52236938138cfb6a7435d043233d93d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M cmk/gui/crash_reporting.py
M cmk/gui/plugins/views/crash_reporting.py
Log Message:
-----------
Crash report views now use the livestatus table
Change-Id: I3227c24bea369a670778ab79dff193e4d4d7befa
Compare: https://github.com/tribe29/checkmk/compare/50dbbc07a59b...ec5223693813
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 36cfe23731d2261b668ae3dc44ad3f1ee49d0655
https://github.com/tribe29/checkmk/commit/36cfe23731d2261b668ae3dc44ad3f1ee…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A .werks/10554
Log Message:
-----------
10554 FIX Analyze configuration: Secure Agent Updater fix exception when protocol not configured
The "Secure Agent Updater" analyze configuration check could fail when a rule had no protocol
defined, which is totally fine, because it is an optional parameter per rule.
Change-Id: Ieb9a21b7568e3ee4ff0c70c664274635ce15f612
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 50dbbc07a59b63ccbe4730c1cf10ea0149924352
https://github.com/tribe29/checkmk/commit/50dbbc07a59b63ccbe4730c1cf10ea014…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A .werks/10554
Log Message:
-----------
10554 FIX Analyze configuration: Secure Agent Updater fix exception when protocol not configured
The "Secure Agent Updater" analyze configuration check could fail when a rule had no protocol
defined, which is totally fine, because it is an optional parameter per rule.
Change-Id: Ieb9a21b7568e3ee4ff0c70c664274635ce15f612
Branch: refs/heads/1.5.0
Home: https://github.com/tribe29/checkmk
Commit: 07c88d5a3440c751bc7e627926aa0b7343841d42
https://github.com/tribe29/checkmk/commit/07c88d5a3440c751bc7e627926aa0b734…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M omd/Licenses.csv
M omd/Licenses.ods
Log Message:
-----------
Licenses: Updated the list of licenses for the 1.5.0p23
Change-Id: I56b345a37ccdf68cdf9a2342097933d0ab70e880
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 766a1db36187e397996bae31122763a344ad90dd
https://github.com/tribe29/checkmk/commit/766a1db36187e397996bae31122763a34…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M buildscripts/scripts/sign-packages.sh
Log Message:
-----------
Do not raise an error on cma packages
Change-Id: I242784ec887f6c5cfc1580c2d7b6eadfe64b6338
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 27bb7a255d11376ffc485f51f74fcc8f01c6cb90
https://github.com/tribe29/checkmk/commit/27bb7a255d11376ffc485f51f74fcc8f0…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M omd/Licenses.csv
M omd/Licenses.ods
Log Message:
-----------
Licenses: Updated the list of licenses for the 1.6.0p6
Change-Id: Iee479e78e9733a7e39491c59d9522af07dc5b846
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e6d676ae32310b52b1ddce1d97db34bb431dda8e
https://github.com/tribe29/checkmk/commit/e6d676ae32310b52b1ddce1d97db34bb4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M buildscripts/scripts/sign-packages.sh
Log Message:
-----------
Improve package signing script
Since signing randomly fails for unknown reasons, the script is
now able to retry signing after a failure. Hope this workaround
helps.
Change-Id: Iaf05065573aee0a6bef17f84a6ee5e351c6762bc
Commit: 8a604f4fd58d939bd0d4dc939ca91b083fb212bb
https://github.com/tribe29/checkmk/commit/8a604f4fd58d939bd0d4dc939ca91b083…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M omd/Makefile
M omd/packages/net-snmp/net-snmp.make
Log Message:
-----------
More robust: build-helper-files generator
Make regex parse multiple spaces round the assignment operators.
Found an issue with NET_SNMP_VERSION declaration which used two
spaces before the assignment operator, making the generator fail
to read this variable.
Change-Id: Ifd12451241dede6734ebe9393f2c1616382b61d1
Commit: d203dc656b04aa0d7c6bae3373f75dfdc61da915
https://github.com/tribe29/checkmk/commit/d203dc656b04aa0d7c6bae3373f75dfdc…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M omd/packages/apache-omd/apache-omd.make
Log Message:
-----------
Cleanup apache-mod makefile
* The variable name prefix APACHE_ was inconsistent with the apache-omd
package name, which lead to undefined variable errors while processing
our makefiles
* ADded some package variable prefixes
* add missing build target for consistency
Change-Id: I879a237431b638669dc2a378ced643c9dd7202e7
Commit: 7a6c50c4e75dd20afc8b844086944097580a5db6
https://github.com/tribe29/checkmk/commit/7a6c50c4e75dd20afc8b8440869440975…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
A omd/packages/check_multi/check_multi-83346b6.tar.gz
R omd/packages/check_multi/check_multi-latest-83346b6.tar.gz
M omd/packages/check_multi/check_multi.make
M omd/packages/check_oracle_health/check_oracle_health.make
M omd/packages/dokuwiki/dokuwiki.make
M omd/packages/heirloom-pkgtools/heirloom-pkgtools.make
M omd/packages/nagvis/nagvis.make
M omd/packages/pnp4nagios/pnp4nagios.make
Log Message:
-----------
Cleanup several OMD package inconsistencies
The different issues were resulting in undefined makefile variables
which could in turn result in issues during makefile processing that
can be hard to track down.
Change-Id: I47afc47ff99b870192981d3e7029a63143574e17
Compare: https://github.com/tribe29/checkmk/compare/0055d53ccbbe...7a6c50c4e75d