diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-02-24 06:20:05 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-02-24 06:20:05 +0800 |
commit | 4106087e4a590de4604da2cac27ec62098edc11f (patch) | |
tree | ab15c08f2f20be31a08e756c0220d5b1e61658af /UPDATING | |
parent | 4aee61ea880616aea491dff322b6887628ce7354 (diff) | |
download | freebsd-ports-gnome-4106087e4a590de4604da2cac27ec62098edc11f.tar.gz freebsd-ports-gnome-4106087e4a590de4604da2cac27ec62098edc11f.tar.zst freebsd-ports-gnome-4106087e4a590de4604da2cac27ec62098edc11f.zip |
- 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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -5,11 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140223: + AFFECTS: users of net-mgmt/mk-livestatus + AUTHOR: ohauer@FreeBSD.org + + livecheck was removed in 1.2.3.i5. It never was really stable, Nagios4 + has something similar built in. + Please remove the "livecheck=..." directive from etc/nagios/nagios.cfg. + 20140222: AFFECTS: users of mail/courier-imap AUTHOR: oliver@FreeBSD.org - When using SSL and updating from an older version, run mkdhparams(8) to + When using SSL and updating from an older version, run mkdhparams(8) to create the new TLS_DHPARAMS file which is needed for Courier IMAP 4.15 and up. @@ -148,8 +156,8 @@ you update your ports collection, before attempting any port upgrades. To update the existing user on your system, run: - # pw usermod zabbix -s /bin/sh - + # pw usermod zabbix -s /bin/sh + 20140114: AFFECTS: users of www/mod_authnz_external AUTHOR: ohauer@FreeBSD.org |