Changes:
==========
1.2.p1
livestatus.log: show utf-8 decoding problems only with debug logging >=2
1.2.b6
FIX: memory leak when removing downtime / comment
1.2.b5
FIX: possible crash with VERY long downtime comments
FIX: now able to handle equal comment id of host and service
1.2.b1
Add: new column in hosts/services table: comments_with_extra_info Adds the entry type and entry time
1.2.1i4
FIX: Changed logging output "Time to process request" to be debug output
1.2.1i2
Added new table statehist, used for SLA queries
Added new column check_command_expanded in table hosts
Added new column check_command_expanded in table services
New columns livestatus_threads, livestatus_{active,queued}_connections
1.2.0p4
FIX: fix two problems when reloading module in Icinga (thanks to Ronny Biering) Mulitisite
Changelog:
Column aggregation (Stats) now also works for perf_data
New configuration variable data_encoding and full UTF-8 support.
New column contact_groups in table hosts and services (thanks to Matthew Kent)
New headers Negate:, StatsNegate: and WaitConditionNegate:
Livestatus is concepted and tuned to reduce disk, memory and cpu loads
caused by live-data processing on the Nagios system. Just as NDO,
Livestatus makes use of the Nagios Event Broker API and loads a binary
module into the Nagios process. But other than NDO, Livestatus does not
actively write out data e.g. to the disk. Instead, it opens a socket for
external applications to connect to and fetch the current status
information from Nagios.
WWW: http://mathias-kettner.de/checkmk_livestatus.html
PR: ports/145449
Submitted by: Peter C. Lai <cowbert at gmail.com>