ID: 10871
Title: Availability: CSV export of timeline rows
Component: Multisite
Level: 1
Class: New feature
Version: 1.7.0i1
The rows shown in timeline tables can now be exported via CSV. The CSV rows contain
some more information than the table in the GUI, for example the object type, identity
and some raw values (like timestamps).
ID: 10895
Title: docker_container_status: discovery fix where healthcheck is not available
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
A Healthcheck can be explicitly blocked for a container. In consequence,
there will be no information concerning the health status. For such instances,
the service should not be discovered. This change implements this behaviour.
ID: 10835
Title: mssql_counters.cache_hits: Services go stale if no data is sent from agent
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
ID: 10764
Title: Background jobs: Run scheduled reports in background if configured
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
Scheduled reports, configured as background job, were not executet in
background. This has been fixed.
ID: 10435
Title: Agent Deployment: Log info about calling host on error
Component: agents
Level: 1
Class: New feature
Version: 1.7.0i1
When calling the agent bakery for the purpose of agent deployment
(normally done automatically via agent updater), occuring errors will be logged
to ~/var/log/web.log. This error log entry is now augmented by the calling
hostname (if it is provided by the calling client). With this information, it
becomes easier to debug host-related errors.
ID: 10819
Title: openbsd_sensors.indicator, openbsd_sensors.drive, openbsd_sensors.powersupply: New openbsd sensor checks
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
It's now possible to monitor the state of openbsd indicator, drive and
powersupply sensors.
ID: 10536
Title: df: Filesystems can now also be grouped by volume name
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
In previous versions the <tt>filesystem grouping patterns</tt> only matched the mount point.
This update allows the matching of "volume name and mount point", which can be configured in
<tt>Discovery parameters for filesystem checks</tt>.
ID: 10894
Title: fileinfo_groups: fix display bug in service discovery
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
This fix was previously handled by Werk #7052.
The service discovery for fileinfo.groups showed
an error starting with "Invalid check parameter:
Undefined key 'group_patterns'. This commit resolves
this issue.