ID: 3191
Title: cisco_redundancy: new check which monitors the status of the redundant unit of Cisco devices supporting the CISCO-RF-MIB
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
ID: 3234
Title: Make unixcat more robust
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.9i1
Previously it could happen that unixcat crashed when system resources and/or
limits were low, especially the nproc limit. Now we emit sensible error
messages and exit with new return codes (5 and 6).
ID: 3082
Title: windows agent: with realtime updates active, shutting down the agent could take very long
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
ID: 3081
Title: mk_jolokia: plugin now supports setting custom CAs for verifying server certificate as well as sending a client certificate
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
The CA can be set through the new configuration parameter "cert_path". This can also be set to None,
in which case the server certificate is not verified.
If cert_path is not set, the behaviour is identical to the old behaviour which is dependent on the
python version. Old python versions (not sure exactly, probably up to at least 2.5) ignored server
certificates, later versions checked against system-wide trusted CAs.
To send a client certificate, set "client_cert" and "client_key". The key can't be password
protected.
"mode" also supports a new option called "https". If this is set, the client certificate parameters
need to be set and no further authentication should be expected by the server.
ID: 3190
Title: entity_sensors, entity_sensors.fan: new checks monitoring temperature and fan sensors of devices such as Palo Alto Networks which support the ENTITY-SENSORS-MIB
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
ID: 3227
Title: Automatic service adding: Fixed exception when using time range to skip automatic configuration
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
This fixes the exception:
Traceback (most recent call last):
File "/omd/sites/stable/share/check_mk/modules/check_mk.py", line 5065, in <module>
discover_marked_hosts()
File "/omd/sites/stable/share/check_mk/modules/discovery.py", line 441, in discover_marked_hosts
why_not = may_rediscover(params)
File "/omd/sites/stable/share/check_mk/modules/discovery.py", line 389, in may_rediscover
now = datetime.datetime.utcfromtimestamp(now_ts)
NameError: global name 'datetime' is not defined