Commit: 05238d7848b2eed5830746a83c337a99e8a7089f
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=05238d7848b2ee…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: 1384427169
Comp.: Notifications
Level: 1
Class: New Feature
Version: 1.2.3i7
in doc/treasures there is now a notify_mobilant.py. This can send
SMS via Internet/HTTP using the commercial SMS sending service
mobilant.com. You need to edit the script and enter your mobilant
key. Please refer to instructions directly in the script.
Commit: f544a5532c4a95554bffc065d41725b1d06237d0
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f544a5532c4a95…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: 1384423412
Comp.: WATO
Level: 1
Class: Bug Fix
Version: 1.2.3i7
The Authentication passoword and the Privacy pass pharase are now not longer shown as
plaintext for all admins with wato access.
Commit: 578fcb5ecf5a4829c5344551fccf38304c9c1596
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=578fcb5ecf5a48…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: 1384355214
Comp.: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.3i7
When defining several step for dynamic filesystem levels, e.g. one for
disk greater then 10GB, of for disks greater then 100GB and one for
filesystems greater then 0B (the rest), then you had to make sure that
the step for lagers disks would appear later. Otherwise they would be
ignored. This is now fixed and Check_MK automatically chooses the correct
step for a disk - regardless of the order.
Commit: 39cf631b455b93ed49bc849142fbceef0ebc0827
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=39cf631b455b93…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: 1384340695
Comp.: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
When using the process inventory with regular expressions that contain
groups, like <tt>"/sbin/getty .* (tty.)"</tt>, the matched group is inserted as
a replacement for <tt>%s</tt> in the service description. The bug resulted
in additional brackets. It was <tt>"[tty2]"</tt> instead of just <tt>"tty2"</tt>.
This has been fixed.
Commit: b8f1b19116c137d6a96bf1f5ee6c0109b00b701c
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b8f1b19116c137…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: 1384336231
Comp.: Reporting & Availability
Level: 2
Class: New Feature
Version: 1.2.3i7
In the availability reporting there is now the possibility for annotating outages. In fact you
can attach an annotation to any arbitrary span of time of a host or service. For creating new
annotations you need to go to the "Timeline" view of a host or service. At each single period
there is now a new icon for creating an annotation (or changing an existing one).
Once the editor dialog is open you can decide to modify the time span, for example in order to
make the annotation cover a larger time period.
In any availability view all annotations that match the shown period of
time and selection of hosts and services are being displayed.
The annotations are saved globally and are shared amongst all users.