ID: 6517
Title: Nagios: Improved init script when tmpfs is not prepared
Component: Other Components
Level: 1
Class: Bug fix
Version: 1.6.0i1
When using Nagios as core and executing "cmk -R" or "cmk -O"
on a totally stopped site ("omd stop" + "omd umount") without
previously executing "omd start" errors like this occured:
etc/init.d/nagios: line 72: /omd/sites/heute/tmp/nagios/nagios.cfg: No such file or directory
Nagios configuration file /omd/sites/heute/tmp/nagios/nagios.cfg not found. Terminating...
This has been replaced by a more helpful error message:
ERROR: tmp directory is not ready. Use "omd start" to prepare it
ID: 6217
Title: mgmt_ipmi_sensors: Fix wrong state for IPMI Sensor warnings
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
Previously IPMI Sensors have been mapped to CRIT when they where
above the "non-critical" but below the "critical" threshold.
This as been fixed to WARN.
ID: 6516
Title: Fixed stored XSS using alert handler config
Component: alerts
Level: 1
Class: Security fix
Version: 1.6.0i1
A user with permission to the alert handler administration could use an alert rule to
store arbitrary javascript code which would then be executed in the context of the browser
of another user with permission to the alert handler administration when viewing the list
of alert handlers.
ID: 6474
Title: aix_diskiod: Fixed style of graphs
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
The graph is now similar to other disk I/O graphs.
ID: 6472
Title: zpool: Fixed title and units of graphs
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
The check plugin has never used the unified definition for filesystem graphs.
ID: 6509
Title: Pasting with automatic text splitting in list of input elements
Component: Multisite
Level: 2
Class: New feature
Version: 1.6.0i1
When a dialog is using a self extending list of input elements, like e.g. the
host- and service input fields at the bottom of the "hosts & service parameters"
rule editor, a text can be pasted into the last input field which is then split
by ";" separators. Each of the resulting parts is then added to a dedicated input
field. This is only active for the last (empty) input field.
This makes it a lot easier to populate such dialogs with a longer list of items.
ID: 6453
Title: LDAP: Users with non-ASCII characters in uid could be created incorrectly
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
When LDAP users with non-ASCII characters in their user ID are not created by the
LDAP sync but during first login, the user data set was stored in a wrong way
(wrong encoded user ID). This could lead to exceptions when the user tried to
login or when an admin tried to work with the user database.