From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 20:42:02 2005 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 37AEA16A41F for ; Wed, 16 Nov 2005 20:42:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA80943D4C for ; Wed, 16 Nov 2005 20:42:01 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3911 invoked from network); 16 Nov 2005 20:41:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Nov 2005 20:41:59 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 411D928441; Wed, 16 Nov 2005 15:41:58 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Brooke Landers" References: From: Lowell Gilbert Date: 16 Nov 2005 15:41:58 -0500 In-Reply-To: Message-ID: <44lkzopbop.fsf@be-well.ilk.org> Lines: 32 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd and nagios-plugins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 20:42:02 -0000 "Brooke Landers" writes: > hello.I'm having problems finding the nagios plugin check_hpjd. A > person of the nagios mailing list told me that it might not be > inculded because it needs net-snmp. > > | > | check_hpjd: > | - Requires the NET-SNMP package available from > | http://net-snmp.sourceforge.net > | The snmpget binary is all that is required. > | > | I'm not sure if your package maintainer choose not to include it as a > | result. > | > > can anyone verify this for me and explain how i can install this from > ports? I realize that i can downbload the source from cvs but i guess > there is some knowlegde i am missing since i am new to the ports > system. i have searched the web but can not find a thing. i am running > freebsd6 and have installed net-snmp and nagios-plugins ports. > thankyou for any help. Brooke Look for it with: # pkg_info -L nagios-plugins* |grep hpjd And see if it's actually there. If not, change your options for the port by: # cd /usr/ports/net/nagios-plugins; make config including the net-snmp option, and reinstall nagios-plugins.