ID: 10643
Title: redis_info: New check to monitor Redis instances
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
With this check you can monitor Redis instances. The check gets input from the
redis-cli command "info" and the resulting "Server" section. It outputs the
mode the server is running ("standalone", "sentinel" or "cluster") and the
uptime. You can set levels for both values. Furthermore, it outputs the server
version, the GCC compiler version, the PID, IP and port the server is listening
on.
Needs the agent plugin "mk_redis" to be installed.
ID: 10482
Title: smart plugin: Fix regression: Missing temperature
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
A regression in the agent plugin 'smart' lead to missing temperature
information. This has been fixed.
ID: 10481
Title: ceph_status.pgs: Plugin now knowns about 'snaptrim' and 'snaptrim_wait'
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
The plugin now knowns about the states "snaptrim" and "snaptrim_wait",
which appear after deleting a snapshot. They are considered to be OK.
ID: 10480
Title: mysql_connections: Adjust default value for instance name in manual check
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Since Werk 7482 the agent plugin chooses "mysql" as default name for monitored mysql instances.
The WATO rule is adjusted to reflect this default value when configuring a manual check.
ID: 10639
Title: agent_prometheus: Addition of Prometheus Special Agent to Checkmk
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This change introduces the underlying structure of the Prometheus
Special Agent into Checkmk. It provides connection functionality
along with preparation for subsequent service generation resulting
from Prometheus metrics.
ID: 10571
Title: graylog_streams: New check to monitor streams of Graylog instances
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
With this check you can monitor graylog streams. It outputs the total number
of streams and the default stream. The longoutput shows details about each
stream, like the stream is disabled or not and if the stream is default.
Needs the datasource "Check state of Graylog" to be configured.
ID: 10636
Title: netapp_api_if: configuration of home-port attribute
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This change allows the user to configure the behaviour
when an interface is not on its home-port. The WATO feature
addition is unique to the netapp_api_if.
ID: 10638
Title: diskstat: fix of unit conversion for utilization
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
In the previous version, the diskstat wrongly converted the percentage
value of the Disk IO utilization. The value was wrongly scaled displaying
for example 0.08% instead of 8%. This version fixes this conversion.
ID: 10637
Title: cisco_cpu_memory: fix for unit conversion
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
There was an error in the unit conversion which resulted in display the values
in KB instead GB. This werk fixes this conversion.