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.