From owner-freebsd-ports@freebsd.org Tue Sep 11 07:36:08 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B47210823FB for ; Tue, 11 Sep 2018 07:36:08 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D51378A13C for ; Tue, 11 Sep 2018 07:36:06 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w8B7ZvEg085865 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 11 Sep 2018 09:36:03 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: [SOLVED] Re: check_mssql_collection To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org References: <6cd1e918-309a-f8d0-295e-80d52226df8d@netfence.it> From: Andrea Venturoli Message-ID: <99e5b72c-4537-d7dd-3d5d-f1fbb95ce1cc@netfence.it> Date: Tue, 11 Sep 2018 09:35:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 07:36:08 -0000 On 9/8/18 10:15 PM, Miroslav Lachman wrote: Hello. > I cannot speak about Nagios but if you really want to use PHP I don't care much if it's PHP, python, whatever, as long as it works :) > to connect > to MSSQL, you can use databases/php71-pdo_dblib Thanks. This solved. I didn't realize php-mssql was integrated into php-pdo_dblib. bye av.