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>