aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-02-23 22:20:05 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-02-23 22:20:05 +0000
commit83e0604660144d5b65112b6e8e36801eef686d17 (patch)
treeab15c08f2f20be31a08e756c0220d5b1e61658af /UPDATING
parent7111199bb3eb9cfbbbb730785d53aaa8540d8f10 (diff)
downloadports-83e0604660144d5b65112b6e8e36801eef686d17.tar.gz
ports-83e0604660144d5b65112b6e8e36801eef686d17.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
Notes
Notes: svn path=/head/; revision=345774
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 11 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 72f8acfec4b4..4652bd13af40 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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