ID: 0399
Title: check_ftp: cleanup configuration via WATO, remove Hostname field
Component: Checks & Agents
Level: 2
Class: Bug Fix
Version: 1.2.5i1
The <tt>check_ftp</tt> active check does not longer need nor allow to
specify a host name. The host name is always present: the host the check is
mapped onto. Also the specification of an alternative host name would not
be consistent with any of the other networking checks.
If you need an FTP check on a specific host then please add that host to
the monitoring. Exceptions can alsway be done via <tt>custom_checks</tt>.
ID: 0391
Title: Added sorter / filter for host/service service levels
Component: Multisite
Level: 1
Class: New Feature
Version: 1.2.5i1
The service level attribute of hosts and services can now be
shown in multisite views. It has been added to the detail
page of hosts and services.
ID: 0390
Title: Added an icon selector to the view editor
Component: Multisite
Level: 2
Class: New Feature
Version: 1.2.5i1
Each view can have a small icon which is used, for example, in
context buttons linking to these views. The icons had to be
configured by putting the icon name to a text field. This was
not user friendly. This change adds an icon chooser to the
view editor.
ID: 0398
Title: Tolerate debug output in check plugins when using CMC
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.5i1
When using the Check_MK Micro Core and at the same time check plugins output
debug information to stdout, the communication with the core was garbled
up and the check helper died with an exception. This fix eliminates any
unauthorized output to stdout be removing the filedescriptor to a save place
and replacing stdout with <tt>/dev/null</tt>.
ID: 0397
Title: mrpe: tolerate performance variable names with spaces
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i1
Some bizarre legacy check plugins use spaces in the names of their performance
variables. Nagios allows this under certain circumstances. The <tt>mrpe</tt>
check would fail with an exception, though.
The fix now tolerates spaces, but uses just the last component of the variable
name in that case. All RRD graphs will be created correctly, though with an
incomplete name. In most cases that should be OK.
ID: 0396
Title: cmciii_access cmciii_io cmciii_psm_current cmciii_psm_plugs: Support other firmeware versions as well
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i1
Some of the devices are named <tt>Rittal CMC-III-PU</tt> instead of <tt>Rittal
CMC III PU</tt>. Those are now also detected by the SNM scan.
ID: 0354
Title: Catch exception when check plugins do not return a state
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.5i1
When a broken check plugin does not return a proper state then
Check_MK broke with an exception. This is now better handled.
The check now goes into <i>UNKNOWN</i> state with the message
<tt>Check plugin did not return any result</tt>.
ID: 0352
Title: Avoid Livestatus connections on pages that do not need them
Component: Multisite
Level: 2
Class: New Feature
Version: 1.2.5i1
In many pages in Multisite and especially WATO Livestatus connections
are not neccessary. In previous versions the connection was built
up anyway. Now this is done only when needed. That cuts down the total
rate of Livestatus connections and also speeds up installations with
many sites.