Commit graph

13 commits

Author SHA1 Message Date
Olli Hauer
0eba7edb61 - fix build on FreeBSD 10
- bump PORTREVISION

PR:		ports/187433
Submitted by:	Daniel Siechniewicz <daniel@nulldowntime.com>
2014-03-16 21:23:06 +00:00
Olli Hauer
83e0604660 - update to 1.2.4
- add option to build for Nagios3 (default) and Nagios4
- add stage support
- remove livecheck patches (broker was removed)

Changes:
========
1.2.4
 o nagios4 livestatus support

1.2.4b1
 o New header for limiting the execution time of a query
 o FIX: Parse state of downtime notification log entries correctly
 o FIX: Limit the number of lines read from a single logfile
 o FIX: Fix semantics of columns num_services_hard_*

1.2.3.i7
 o livedump: new option to mark the mode at the beginning of the dump and
   documentation fixes
 o FIX: Fixed incorrect starttime of table statehist entries
 o FIX: Availability no longer showes incorrect entries when only one
   logfile exists
 o FIX: Fixed missing entries in log file and availability view

1.2.3.i5
 o Removed "livecheck". It never was really stable. Nagios4 has something
   similar built in.
 o table statehist: no longer computes an unmonitored state for hosts and
   services on certain instances. (showed up as no hosts/services in the
   multisite gui)
 o table statehist: fixed SIGSEGV chance on larger queries

1.2.3.i3
 o FIX: check_mk snmp checks with a custom check interval no longer have an
   incorrect staleness value

1.2.3.i2
 o new service column staleness: indicator for outdated service checks
 o new host column staleness: indicator for outdated host checks

1.2.3i1
 o Table statehist: Improved detection of vanished hosts and services. Now
   able to detect and remove nonsense check plugin output
 o FIX: able to handle equal comment_id between host and service
 o livestatus.log: show utf-8 decoding problems only with debug logging >=2
 o livestatus: fixed incorrect output formatting of comments_with_info column

1.2.2p3
 o livestatus: fixed incorrect output formatting of comments_with_info column
 o table statehist: fixed memory leak
2014-02-23 22:20:05 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Olli Hauer
f35cb70eca - update to 1.2.2p2
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
2013-06-16 20:31:13 +00:00
Olli Hauer
36e2db9042 - fix the patch, we need the time in milliseconds not in micorseconds
- noted by Erik Sejr, and on the check-mk list

Feature safe: yes
2012-11-04 00:03:05 +00:00
Olli Hauer
fd0ffd21b7 - fix pkg-plist
Feature safe: yes
2012-11-03 17:28:05 +00:00
Olli Hauer
3e035201b1 - update to 1.2.0p3
Thanks to Erik Sejr <eriks@ssimicro.com>
for providing the patch!

Feature safe: yes
2012-11-03 12:48:07 +00:00
Olli Hauer
591d761ce0 - update to Innovation-Release 1.1.11i4 2011-09-22 05:17:29 +00:00
Olli Hauer
af3b7f3cd2 - update to version 1.1.11i2
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:
2011-08-21 19:19:17 +00:00
Olli Hauer
c2317bc400 - update to 1.1.11i1
PR:		ports/158885
Submitted by:	Jin-Sih Lin <linpct _at_ gmail.com>
2011-07-18 21:05:59 +00:00
Olli Hauer
a3fe0cd139 - update to version 1.1.10
Note:
   There is already a version 1.1.10p1 but there are no source changes.
2011-04-24 10:43:32 +00:00
Olli Hauer
337699123c - update to version 1.1.8
- take maintainership

PR:		151998
Submitted by:	ohauer
Approved by:	Peter Lai <cowbert _at_ gmail.com> (old maintainer), glarkin (mentor, implicit)
2010-11-10 21:25:22 +00:00
Martin Wilke
aa504a5a14 MKLivestatus is a very simple and smart Nagios eventbroker module.
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>
2010-06-07 06:07:04 +00:00