From owner-freebsd-ports@FreeBSD.ORG Sun Jun 29 03:50:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C978CE8D for ; Sun, 29 Jun 2014 03:50:00 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 77C212341 for ; Sun, 29 Jun 2014 03:49:59 +0000 (UTC) Received: from lightning.wonkity.com (lightning.wonkity.com [10.0.0.8]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s5T3nqbp055680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 28 Jun 2014 21:49:52 -0600 (MDT) (envelope-from wblock@lightning.wonkity.com) Received: from lightning.wonkity.com (localhost [127.0.0.1]) by lightning.wonkity.com (8.14.9/8.14.9) with ESMTP id s5T3nqPB024102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 28 Jun 2014 21:49:52 -0600 (MDT) (envelope-from wblock@lightning.wonkity.com) Received: from localhost (wblock@localhost) by lightning.wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s5T3nq5G024099; Sat, 28 Jun 2014 21:49:52 -0600 (MDT) (envelope-from wblock@lightning.wonkity.com) Date: Sat, 28 Jun 2014 21:49:52 -0600 (MDT) From: Warren Block To: freebsd-ports@freebsd.org Subject: Re: [CFT]: net-mgmt/icinga2 Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [10.0.0.1]); Sat, 28 Jun 2014 21:49:53 -0600 (MDT) Cc: lars.engels@0x20.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 03:50:00 -0000 I've just been setting this up, and had a question and a couple of notes. Originally, I just installed icinga2. The icinga2 port does not depend on icinga, but appears to need it. Is this really a dependency, or are the two ports meant to be separate? The icinga.conf-sample does not appear to be installed anywhere by the current port. It can be found in the staging directory, stage/usr/local/share/examples/icinga/apache22/. The embedded documentation shown is for 1.11, and it's not clear whether the Javascript client for icinga 2 is available, or whether it will make the CGI interface unnecessary. Actually, given the config file, and both versions installed, the older version might be the one that is running. I have not experimented with it much yet. Thank you for your work on this!