From owner-freebsd-questions@FreeBSD.ORG Thu Sep 5 20:15:35 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DDB590 for ; Thu, 5 Sep 2013 20:15:35 +0000 (UTC) (envelope-from jedrzejczak.michal@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADFAB2DA6 for ; Thu, 5 Sep 2013 20:15:34 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so1165598eek.31 for ; Thu, 05 Sep 2013 13:15:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pNmboFuS8OfrVvjZOpTdcGGmnEsiZBza4yJl5FPK6IY=; b=PymgCx8YVZD6LaTFw6kpKfebFs1erKvLBhoiya1wFj/9Gw9g3P2HG6FDJnQyNaziF1 cYWD/zQxIWAosmZsnt5tuvnDsLNjicjRNqpx5HhglfU0CP8BXj6fs/zytGAjc0nUlgNQ VgYlhy3CxO/h2z5CI1Uipqhi93/eP1HRDkISqDq4dNnkulo7Id21xqvC6P0u6xWKt8K1 57EWg+UOjWhQ3T11NmfVJn+nqNxQyA9LqI4LmuOcLN9WMgaffhhUrFDyS3jP9ZPpAa30 ixOJizYJHtP7jdpmxmLFj+JOtD8xS+kyH7nInl3VzBEKfol8ahYJrZ/IkNEbQ2e6Dz4s kfrg== MIME-Version: 1.0 X-Received: by 10.14.182.136 with SMTP id o8mr6464320eem.57.1378412133024; Thu, 05 Sep 2013 13:15:33 -0700 (PDT) Received: by 10.223.2.5 with HTTP; Thu, 5 Sep 2013 13:15:32 -0700 (PDT) Date: Thu, 5 Sep 2013 22:15:32 +0200 Message-ID: Subject: Bsnmp disk/partition use. How ? From: =?ISO-8859-2?Q?Micha=B3_J=EAdrzejczak?= To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 20:15:35 -0000 Hello. I want to use bsnmp, to this time I used net-snmp. In snmpd.conf(net-snmp) I had : disk / 25% disk /usr 15% disk /var 20% disk /tmp 20% I want to have this same in bsnmpd (snmpd.conf). I've bsnmp-ucd but don't know how configure with this same way. Any suggestions are welcomed. Regards MJ