From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 06:47:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3147E16A403 for ; Fri, 22 Sep 2006 06:47:39 +0000 (UTC) (envelope-from ct.lists@qgsltd.co.uk) Received: from mailrelay1.qgsltd.co.uk (mailrelay1.qgsltd.co.uk [195.97.223.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FCE43D68 for ; Fri, 22 Sep 2006 06:47:38 +0000 (GMT) (envelope-from ct.lists@qgsltd.co.uk) Received: from qgsltd.co.uk (mail.qgroup.com [192.168.0.12]) by mailrelay1.qgsltd.co.uk (8.13.6/8.13.4) with ESMTP id k8M6nIJ7087632 for ; Fri, 22 Sep 2006 07:49:19 +0100 (BST) (envelope-from ct.lists@qgsltd.co.uk) X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.54 (ClamAV engine v0.88.4) Received: from [192.168.0.139] (account charlest HELO [192.168.0.139]) by qgsltd.co.uk (CommuniGate Pro SMTP 5.0.10) with ESMTPSA id 457640 for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 07:45:22 +0100 Message-ID: <4513868C.3070403@qgsltd.co.uk> Date: Fri, 22 Sep 2006 07:45:32 +0100 From: Charles Trevor User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> <20060922155323.710aeb62@localhost> In-Reply-To: <20060922155323.710aeb62@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/1924/Fri Sep 22 03:19:18 2006 on mailrelay1.qgsltd.co.uk X-Virus-Status: Clean Subject: Re: Zabbix Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 06:47:39 -0000 Norberto Meijome wrote: > On Fri, 22 Sep 2006 09:56:58 +0800 > David Schulz wrote: > >> The /usr/ports/net-mgmt/zabbix Port consists out of two components, >> Server and Agent. I would like to install the Agent only, so it >> shouldnt need all these large dependencies such as mysql etc, but i >> cant figure out how to do that. I skimmed trough the Makefile, and >> it mentions things about ZABBIX_AGENT_ONLY , but i can figure out how >> to turn that knob. Can anyone tell me please? > > Hi David, > you need to define the value you see in the makefile when building the port. > so, > > cd /usr/ports/net-mgmt/zabbix > sudo make -DZABBIX_AGENT_ONLY install > > and you should be set. You can check the output of the build and figure out if > something is not going to plans... > > B > David, Perhaps an easier alternative would be to use /usr/ports/net/zabbix-agent, which will gve you the client install only. If done this way portupgrade et al shouldnt revert to building the full package, which they seem to if you use a make flag to build the client portion only. Charlie