svn commit: r402405 - in head/net-mgmt/xymon-server: . files
Mark Felder
feld at FreeBSD.org
Wed Nov 25 17:37:38 UTC 2015
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}
More information about the svn-ports-all
mailing list