ID: 10244
Title: Periodic service discovery was not correctly activating changes
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.7.0i1
When the automatic update of the service configuration is enabled, the periodic
service discovery was applying service discovery changes, but was not
activating them when configured to do so.
The services appeared as discovered on the discovery page in WATO, but they were
not activated. After activating a change in the GUI, the services were finally
activated.
ID: 10243
Title: Periodic service discovery: Set minimum group time to 5 minutes
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
The cron job is executed every 5 minutes, a lower grouping value does not
make sense.
ID: 7869
Title: mk_mongodb: Fixed crash introduced by Python 2.5 compatibility change in 1.6.0p2
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0p3
Python backward compatibility introduced by Werk #10184 also added a bug crashing the plugin or reporting incorrect data by the plugin.
To resolve the issue the fixed version of the mk_mongodb plugin has to be deployed on the affected hosts.
ID: 8918
Title: Inventory Kubernetes ingresses
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This adds entries under the Kubernetes.Ingress node of the
software inventory. The load balancers, the backends,
and the hosts are listed.
<b>Note</b> Users must apply the new version of
check_mk_rbac.yml to access the ingresses.
ID: 10145
Title: logwatch_ec: Unjustified 'Invalid parameter' warning
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
When trying to view the parameters of newly discoverd logwatch service,
a 'Invalid parameters' message was issued. This was purely a rendering
problem, and was not affecting your monitoring.
ID: 10267
Title: dell_complellent_disks would not see more than 9 disks
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Fix the inventory function to dell_compellent_disks
and test that the error is not present in the other
Compellent checks.
ID: 10071
Title: graylog_failures: New check to monitor the number of failures across all indices
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
With this check you can monitor the number of failures across all indices of a
graylog instance. It outputs the total number of failures and the number of
failures in a given timeframe (default: last 30m). Also the number of affected
indices of the last failures are shown. The long output shows detailed
information of the last 30 failures.
ID: 8919
Title: Inventory Kubernetes endpoints
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This adds entries under the Kubernetes.Endpoints node of the
software inventory. The addresses, the non-ready addresses,
and the ports are listed.
ID: 10146
Title: mk_logwatch.aix: Rename to mk_errpt.aix
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
The AIX agent plugin {{mk_logwatch.aix}} has been renamed to {{mk_errpt.aix}}.
The plugins name wrongly suggested that it was a version of {{mk_logwatch}}
designed to run on AIX machines.
In fact, mk_errpt.aix (formerly known as mk_logwatch.aix) is a Korn-shell
plugin that will forward all errors reported by the command line tool {{errpt}}
in a way that will create a logwatch service on the monitoring server.
{{mk_logwatch}}, on the other hand, is a python plugin. It should run on any
machine as long as python is installed, in particular it is known to run on
AIX machines.
These two plugins can be deployed independently from one another.
<b>Note:</b>Before deploying the renamed plugin, it is recommended to copy
the file that stores the last reported message, in order to avoid duplicate
warnings.
In the {{$MK_VARDIR}} directory, copy {{mk_logwatch_aix.last_reported}}
to {{mk_errpt_aix.last_reported}}. After {{mk_errpt.aix}} is deployed,
you may remove the former.