From owner-freebsd-ports@freebsd.org Fri Jul 31 16:02:23 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5EC79AFB61 for ; Fri, 31 Jul 2015 16:02:23 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C0A601A8A for ; Fri, 31 Jul 2015 16:02:23 +0000 (UTC) (envelope-from peo@intersonic.se) Received: by mailman.ysv.freebsd.org (Postfix) id BEA499AFB5F; Fri, 31 Jul 2015 16:02:23 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3379AFB5B for ; Fri, 31 Jul 2015 16:02:23 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "neonpark.inter-sonic.com", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86CDD1A89 for ; Fri, 31 Jul 2015 16:02:22 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at Intersonic AB Message-ID: <55BB9C03.90609@intersonic.se> Date: Fri, 31 Jul 2015 18:02:11 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Lars Engels , Kurt Jaeger CC: ports@FreeBSD.org Subject: Re: Icinga Web 2 References: <55B9E33F.7050902@intersonic.se> <20150730084844.GR49099@home.opsec.eu> <20150730133559.GY59802@e-new.0x20.net> <55BA49B1.8040606@intersonic.se> In-Reply-To: <55BA49B1.8040606@intersonic.se> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 16:02:23 -0000 On 2015-07-30 17:58, Per olof Ljungmark wrote: > On 2015-07-30 15:35, Lars Engels wrote: >> On Thu, Jul 30, 2015 at 10:48:44AM +0200, Kurt Jaeger wrote: >>> Hi! >>> >>>> We are deploying a new monitoring host and testing Icinga2, so far it >>>> looks good. >>>> >>>> Although Icinga Web 2 is not yet production ready I would like to know >>>> if there are plans to make a port for it in due time? I am trying it out >>>> now and apart from changing a myriad of paths it should not be difficult. >>> >>> If you can provide a rough draft of a port, I'd look into it. >> >> I managed to run a previous snapshot from git. But it's a bit hackish, >> not well documented and you need to change a bit of the paths. If time >> permits I'll make a port of it. >> > > I started with git latest yesterday and got it running fairly well, > right now I'm into the integration with pnp4nagios. > So far I could not get pnp4nagios to work with icinga2, the current port is very nagios and icinga1 specific and there are too many changes between icinga1 and 2. I suppose there has to be a pnp-icinga2 port ceated to fix this. As it is very time-consuming to figure this out maybe either one of you could recommend how I should proceed, apart from creating a new port... Thanks!