Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2015 17:37:37 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402405 - in head/net-mgmt/xymon-server: . files
Message-ID:  <201511251737.tAPHbbdg065595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Nov 25 17:37:37 2015
New Revision: 402405
URL: https://svnweb.freebsd.org/changeset/ports/402405

Log:
  net-mgmt/xymon-server: Remove httpresult patch
  
  Upstream has confirmed they do not intend to revert the change to the
  httpresult categorization which resulted in 301 Permanent redirects
  being classfied as Yellow (warning) instead of Green (ok)
  
  The logic is that a 301 redirect is a permanent redirect and you should
  not be monitoring it but the actual content it is redirecting to.
  
  The old behavior existed for many years, but is considered faulty
  logic. If you have "yellow" surprises on your dashboard, please fix your
  monitoring targets. I do not wish to divert FreeBSD's Xymon behavior
  from upstream's intentions.

Deleted:
  head/net-mgmt/xymon-server/files/patch-xymonnet_httpresult.c
Modified:
  head/net-mgmt/xymon-server/Makefile

Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile	Wed Nov 25 17:35:46 2015	(r402404)
+++ head/net-mgmt/xymon-server/Makefile	Wed Nov 25 17:37:37 2015	(r402405)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xymon
 PORTVERSION=	4.3.24
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	SF/xymon/Xymon/${PORTVERSION}
 PKGNAMESUFFIX=	-server${PKGNAMESUFFIX2}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511251737.tAPHbbdg065595>