ID: 1820
Title: mem.linux: new dedicated check for Linux memory management
Component: Checks & Agents
Level: 2
Class: New Feature
Version: 1.2.7i1
The new check {mem.linux} replaces {mem.used} and {mem.vmalloc} for Linux
hosts. It takes core of almost every aspect of the Linux memory management,
such as page tables, shared memory, overcommitting, disk writeback areas
and much more. It outputs lots of performance data. Depending on the kernel
version and of which memory areas are present you will see up to ten predefined
PNP graphs for a single host!
Please note that this is an incompatible change since the new check's
performance data is not compatible with that one from the superseeded
checks. The new check will be selected as soon as you redo the service
discovery for your Linux hosts.
ID: 1819
Title: dell_poweredge_temp: Make output and service description consistent with other temperature checks
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i1
The temperature checks for Dell PowerEdge now use a service description that starts with
<tt>Temperature</tt> and a plugin output that is consistent with the other temperature
checks in the system.
Note: since the name of the item has changed you need to reinventorize all these checks.
Also new RRD will be created since the service description has changed.
ID: 1797
Title: Fix incomplete configuration during checking when using CMC
Component: Core & Setup
Level: 2
Class: Bug Fix
Version: 1.2.7i1
This also affected the Discovery checks - which didn't honor any rules that
affected the service discovery (e.g. diskstat inventory mode).
ID: 1796
Title: Fix filtering in Multisite View BI Boxes
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.7i1
In this view always all hosts would be displayed, not just those of the
group in question. This has been fixed.
ID: 1795
Title: Fix internal exception in WATO rule for filesystems
Component: Checks & Agents
Level: 2
Class: Bug Fix
Version: 1.2.7i1
In the WATO rule for filesystems there was a bug such that you
could not configure any filesystem levels. This has been fixed.
The bug had been introduced recently.
ID: 1800
Title: Fixed umlauts and HTML tags in exception texts
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.7i1
Previous versions allowed HTML codes to be used in texts of exceptions to give the
error messages some kind of markup. This was removed to prevent XSS attacks. Now
we changed the code to only allow special markup tags like <tt>, <b>, <i>, <br>.
So if you saw these tags in error messages in previous version, they should be
fixed now.
Additionally, when you used the Web GUI localized, for example in German language,
you might have had problems with umlauts in error messages. This has been fixed
and cleaned up.