X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 829CB3617A23 for ; Thu, 2 Sep 2010 13:56:38 +0000 (UTC) Received: by bwz20 with SMTP id 20so702508bwz.13 for ; Thu, 02 Sep 2010 06:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=zKrtcJxifBNKruEw7EKYUPaDHr8fTIfTgdvfUOH0D6A=; b=cupxYwP8fhUYEbb1S+xKJ2O92DK8THx5gSakZ/d9BUIV5mZIVrGmGWdATjv/nxAiXn 2+CEfC9mslPGk6qFwiy7ZrNSsYPKNmpwGMGsQ3YmhSRS7S/9r6J1SRdpIVSISWX+SE6D 5I6bP1ChYo9LN76vOOUHamlf6SxJSInT/chhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ib+WoDcnSp4v9k1pnKFdHKXqMggDtpOOCho+oJQUKVGfZQ3WbEJQ8+dY3SoxutZEnC GwzUaFj6dB7rhYURVlb9U2S6GJKJEReYxNVQtgJk65ZXAW6GEB3e/twjsi4K6vxL8O++ 1u6bg4qfaxaK0aiD3ZL2lKwDZfiIvI0yJaD8s= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.82.137 with SMTP id b9mr6724704bkl.127.1283435796323; Thu, 02 Sep 2010 06:56:36 -0700 (PDT) Received: by 10.204.84.84 with HTTP; Thu, 2 Sep 2010 06:56:36 -0700 (PDT) In-Reply-To: References: <1283362497-7783-1-git-send-email-jbilyk@gmail.com> <1283430647.1942.99.camel@ncopa-desktop.nor.wtbts.net> Date: Thu, 2 Sep 2010 09:56:36 -0400 Message-ID: Subject: Re: [alpine-devel] [PATCH] testing/cacti: new aport From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 I'll take a look at the suggestions from both ncopa and qnx4ever. It was my intention to add the plugins for cacti once I tested basic functionality a bit. Config change sounds good as well, I'll need to setup and test. Jeff On Thu, Sep 2, 2010 at 8:38 AM, qnx4ever wrote: > Would be nice to have nload pkg available as well for some simle traffic > inspection. I didn't like the atop, so compiled nload manually. > > On 02/09/2010 4:35 PM, "Natanael Copa" wrote: > > On Wed, 2010-09-01 at 17:34 +0000, Jeff Bilyk wrote: >> New aport: cacti - network monitoring app > > Applied. Please se notes below: > > ... > >> + >> +build() { >> + cd "$_builddir" >> + return 0 >> +} >> + >> +package() { >> + mkdir -p "$pkgdir"/usr... > > So this is a webapp. As i understand the config is in > include/config.php. How about we move that file to /etc/cacti/config.php > and create a symlink in /usr/share/webapps/cacti/include/? > > I wonder if you lose the config if you upgrade if its not in /etc. > > Thanks! > > -nc > > > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help... -- Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---