From owner-cvs-all@FreeBSD.ORG Tue Aug 17 21:32:58 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EB621065698; Tue, 17 Aug 2010 21:32:58 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DBCC8FC0A; Tue, 17 Aug 2010 21:32:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7HLWw6u099080; Tue, 17 Aug 2010 21:32:58 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7HLWw91099079; Tue, 17 Aug 2010 21:32:58 GMT (envelope-from ohauer) Message-Id: <201008172132.o7HLWw91099079@repoman.freebsd.org> From: Olli Hauer Date: Tue, 17 Aug 2010 21:32:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagiosgraph Makefile distinfo ports/net-mgmt/nagiosgraph/files patch-etc-nagiosgraph.conf.in patch-etc__nagiosgraph.conf.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2010 21:32:58 -0000 ohauer 2010-08-17 21:32:58 UTC FreeBSD ports repository Modified files: net-mgmt/nagiosgraph Makefile distinfo Added files: net-mgmt/nagiosgraph/files patch-etc__nagiosgraph.conf.in Removed files: net-mgmt/nagiosgraph/files patch-etc-nagiosgraph.conf.in Log: - update to version 1.4.3 * new configuration options (see nagiosgraph.conf for details): stack * added graph zooming. zooming happens in-place (no separate window). drag to zoom. right-click to revert the graph. * added mouseovers that display time under the cursor. * optionally specify heartbeat, step, and resolution per host/service. * clean up insert.pl in preparation for additional processing modes and performance data sources. * fix to javascript to display hosts and services when specified via CGI even if they do not appear in the host and service menus. * fixed bug in handling of backslashes in service and database names. * added support for rrdtool STACK. stack can be specified using the 'stack' directive and/or using the 'lineformat' directive. see nagiosgraph.conf for details and examples. PR: 149358 Submitted by: Ildar Hizbulin (maintainer) Approved by: glarkin (mentor) Revision Changes Path 1.16 +11 -8 ports/net-mgmt/nagiosgraph/Makefile 1.6 +3 -3 ports/net-mgmt/nagiosgraph/distinfo 1.3 +0 -72 ports/net-mgmt/nagiosgraph/files/patch-etc-nagiosgraph.conf.in (dead) 1.1 +73 -0 ports/net-mgmt/nagiosgraph/files/patch-etc__nagiosgraph.conf.in (new)