ID: 2499
Title: Git: Fixed message "Please tell me who you are. Run git config ..." on making changes
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.7i3
At least on Ubuntu 15.04 a user/mail had to be configured in the git repository. Even
when the single changes of the users do set an own author.
ID: 2489
Title: cmciii_lcp_water: New check replacing cmciii_lcp_waterin/out, support for newer devices
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
This is a more robust reimplementation of the Water-In/Out checks that also works for
newer firmware and has been converted to the new temperature handling and thus also
allows for custom levels (if you want to override those set in the device itself).
Note: You need to reinventorize the hosts in order to use the new check.
ID: 2495
Title: printer_supply: Fixed exception when unit type is not available via SNMP
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
ID: 2488
Title: veem_jobs: fix problems with spaces or single quotes in the names of jobs
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
The fix is in the agent plugin <tt>veeam_backup_status.ps1_</tt> so you need to
update that in order to deploy the fix. Thanks to Andreas Döhler.
ID: 2493
Title: Fixed wrong JSON format when using stats queries together with header columns
Component: Livestatus
Level: 1
Class: Bug Fix
Version: 1.2.7i3
e.g. this query lead to invalid JSON output:
GET statehist
Filter: time >= 1425168000
Filter: time < 1427846400
Filter: host_name = name
Filter: service_description = Description
Stats: sum duration_part_ok
OutputFormat: json
ColumnHeaders: on
Output:
[["stats_1"][0.0000000000e+00]]