ID: 10161
Title: New plugin: Cache on Couchbase nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
A new plugin is introduced monitoring the Couchbase nodes' cache performance.
Please configure the Couchbase special agent to discover these services.
ID: 10163
Title: New plugin: Items on Couchbase nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
A new plugin is introduced monitoring the Couchbase nodes' item counts.
Please configure the Couchbase special agent to discover these services.
ID: 10164
Title: New plugin: Services on Couchbase nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
A new plugin is introduced monitoring the Couchbase nodes' services.
Please configure the Couchbase special agent to discover these services.
ID: 10162
Title: New plugin: Operations on Couchbase nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
A new plugin is introduced monitoring the Couchbase nodes' operations.
Please configure the Couchbase special agent to discover these services.
ID: 10229
Title: Graph tuning: Graphs do not exceed the time axis
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
Graphs no longer cross the time axis but are hidden for values smaller than the origin y-axis value.
ID: 10228
Title: Several minor GUI fixes
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
Dark font color for problem cells in dark theme data tables. Group headers and other subheadings are now smaller.
ID: 10195
Title: Windows Agent: additional parameters for logwatch section
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
To better control output from the logwatch section the user can set next
parameters for this section:
max_line_length, max_entries, timeout
timeout is measured in seconds and limits the time of the execution of the
every reported log.
max_line_length cuts every line in output data if the size of the line
exceeds the provided value.
max_entries is the maximal count of the entries in every reported event log.
The default values for all above mentioned parameters are -1 and means
unlimited.
ID: 10194
Title: Windows Agent: logwatch section size is limited now
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
Previously the Windows Agent may generate too much data during Windows EventLog
(logwatch) section generation. In fact, size of the data to be send was
unlimited, the Agent could have created a block of data several gigabytes
in size.
Now default maximal size of the whole logwatch section of the Windows Agent
is limited to 500000 bytes. The value of this limit may be changed in
check_mk.user.yml using variable logwatch.max_size. To have unlimited
section, the value of the max_size should be set in -1
ID: 10375
Title: NagVis backends now work with encrypted Livestatus
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
WATO automatically configures backends in NagVis on the central site of a
distributed WATO setup. When the livestatus proxy was not used, the backends
could not be configured to connect to encrypted Livestatus sites.
This is now automatically done. These backends are stored in <tt>etc/nagvis/conf.d/cmk_backends.ini.php</tt>.
In case the Livestatus Proxy Daemon is used, NagVis always uses the local unix
socket connection to the Livestatus proxy. In case it is not used, NagVis will
connect to either the plain text socket or the encrypted Livestatus socket,
just like the Checkmk GUI.
When verifying certificates NagVis uses the trusted certificate authorities
of Checkmk.
ID: 10374
Title: NagVis: Updated to 1.9.16
Component: Other Components
Level: 1
Class: New feature
Version: 1.7.0i1
NagVis is now able to work with encrypted Livestatus configurations.