From owner-freebsd-questions@FreeBSD.ORG Mon Apr 27 18:19:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E369F1065675 for ; Mon, 27 Apr 2009 18:19:51 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC778FC1B for ; Mon, 27 Apr 2009 18:19:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LyVQh-0006pf-F1 for freebsd-questions@freebsd.org; Mon, 27 Apr 2009 18:19:47 +0000 Received: from mailsupport.rambler.ru ([81.19.66.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Apr 2009 18:19:47 +0000 Received: from citrin by mailsupport.rambler.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Apr 2009 18:19:47 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anton Yuzhaninov Date: Mon, 27 Apr 2009 18:19:33 +0000 (UTC) Organization: Rambler Lines: 19 Message-ID: References: <26ddd1750904270928g106c8d7dg72b6b3a09ffc0afa@mail.gmail.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mailsupport.rambler.ru X-Comment-To: Maxim Khitrov User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/7.1-STABLE (amd64)) Sender: news Subject: Re: bsnmpd vs net-snmp 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: Mon, 27 Apr 2009 18:19:52 -0000 On Mon, 27 Apr 2009 12:28:01 -0400, Maxim Khitrov wrote: MK> I'm setting up a firewall and would like to monitor certain system MK> parameters like network, cpu, and memory usage. SNMP is an obvious MK> choice to do the monitoring and I'm planning to set up rrdtool to MK> generate graphs of captured data. The question is what SNMP agent to MK> use. I found net-snmp and bsnmpd (which is included in the base MK> system). Has anyone here used both implementations, and if so, what MK> are the basic differences? main difference is the set of supported MIBs. In general net-snmp supports more MIBs than bsnmpd. E. g. BEGEMOT-PF-MIB supported only by bsnmpd and useful for monitoring pf(4), UCD-SNMP-MIB supported only by net-snmp and useful for monitoring CPU load (ssCpuRaw* counters). -- Anton Yuzhaninov