ID: 10438
Title: emc_ecs_cpu_util: new xCPU check for Dell EMC ECS storage systems
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
New SNMP check for monitoring the CPU utilization for Dell EMC ECS (cloud storage system).
Levels for the CPU utilization can be set via the rule: 'CPU utilization on Linux/UNIX'.
Make sure to create the rule 'Hosts without system description OID' for this host.
ID: 10437
Title: emc_ecs_mem: New SNMP memory check for Dell EMC ECS storage systems
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
New SNMP check for monitoring the memory status for Dell EMC ECS (cloud storage system). Levels for the memory usage can be set.
The system already delivers levels for the minimum swap space that needs to be available.
Make sure to create the rule 'Hosts without system description OID' for this host.
ID: 10409
Title: Generate a table of contents for the reports
Component: Reporting & Availability
Level: 1
Class: New feature
Version: 1.7.0i1
Reports can not be configured to have a table of contents at the begining
of the report. This option remains deactivated by default, but you can
configure it under {Report properties}.
ID: 10550
Title: Fix moving table rows (e.g. EC rules) when table action row is shown
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
When trying to move Event console rules in the table while the action row
at the top of the table is enabled, the rows were always positioned one
row below the position you wanted to put it to. This could be solved by
temporarily hiding the action row before moving a rule.
The dragging is now working even when the action row is enabled.
ID: 10459
Title: Show miniature graphs in mobile GUI
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
The mobile GUI now shows miniature graphs with the
smallest available graph timerange. Previously the
legend and graph previews lead to an overflow on
the right side of the screen.
ID: 10458
Title: Remove icons for hosts and services in the mobile GUI
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
The icons in the host and service details of the mobile GUI
are removed, because they linked to views which did not
belong to the mobile GUI.
ID: 10197
Title: Windows Agent can configure Windows Firewall
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
Previously Windows Firewall can prevent a connection to the Windows Agent(this
is the behavior by default) thus forcing a system administrator to configure
potentially every host with Windows Agent installed.
Now Windows Agent can configure the Windows Firewall self.
There are two possibilities:
- For Windows Agent service you may edit Checkmk configuration file adding
at the end:
C+:
system:
firewall:
mode: configure
C-:
and restart the Agent service or trigger a configuration reload.
- For exe file, for example, <tt>\path\to\check_mk_agent.exe<\tt> using command line
<tt>\path\to\check_mk_agent.exe fw -configure<\tt>
will configure Firewall correctly for <tt>\path\to\check_mk_agent.exe<\tt>
It is possible to make the agent remove the firewall configuration by setting
the mode option to "clear" in the agent configuration file or by executing
the command <tt>\path\to\check_mk_agent.exe fw -clear<\tt>
ID: 10549
Title: Log views: Replace "State type" painter / filter with "State information"
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
The "Log: State type", which was shown in the monitoring events views, was
problematic. Depending on the type of event the painter showed either the state
type (HARD/SOFT) or the actual state (WARNING/CRITICAL/...).
The original painter and the related filter still exist for compatibility, but
we have added a new one named "Log: State information" which presents these
information in a more structured way.
ID: 10121
Title: Fixed race condition regarding host information
Component: Event Console
Level: 1
Class: Bug fix
Version: 1.7.0i1
There was a race condition wihtin the event console, which could lead to
incomplete information about a host. Symptoms were e.g. missing host names
for events generated via SNMP traps. This has been fixed.