ID: 0281
Title: statgrab_net.ctr: only inventorize interfaces with actual traffic
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i1
Some virtual interfaces with no counter information got inventorized - doesn't made sense.
Now we only inventorize interfaces which also provide traffic information.
ID: 0279
Title: check_mk_agent.solaris: removed proc section from statgrab
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i1
Querying the proc section with statgrab could lead to bus errors or segmentation faults.
Since the statgrab_proc section wasn't used anyway it has been removed from the agent.
ID: 0278
Title: Fixed bookmark icon images for non-english user languages
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i1
Using a language different than english caused the bookmark delete and edit images to vanish.
ID: 0277
Title: solaris agent: ntp now able to work with ntpd and xntpd
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i1
The previous version always looked for the xntpd.
If it wasn't present, no <<<ntp>>> section got created.
ID: 0701
Title: emc_isilon_diskstatus: new check for Status of Disks in EMC Isilon Storage Systems
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i1
ID: 0276
Title: nagios4 livestatus support
Component: Livestatus
Level: 3
Class: New Feature
Version: 1.2.5i1
It is now possible to compile livestatus for nagios4.
The <tt>setup.sh</tt> script from the check_mk tarball now autodetects
the nagios version and proposes it during the setup process.<br>
You can also choose the version manually (3 or 4).<br>
Depending on the chosen version livestatus includes the nagios headers from 3.2.0 or 4.0.2.<br><br>
If you just want to compile livestatus you can set the nagios version via an option in the configure script.<br>
<tt>configure --with-nagios4<tt>
ID: 0708
Title: ntp, ntp.peers: avoid DNS lookups in NTP queries and avoid timeouts
Component: Checks & Agents
Level: 2
Class: Bug Fix
Version: 1.2.5i1
The ntpq queries in the various Unix agents now call ntpq with the option
-n. This avoids DNS lookups. Note: the ntp.peers check will then display
IP addresses instead of host names. That check will fail if you do not
have fixed IP addresses.
ID: 0666
Title: Minimum port for the mknotifyd is now 1024 (never use well known ports)
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.5i1
This limitation has been added to prevent permission problem errors and mixups
with other running services on a host.