From owner-freebsd-questions@FreeBSD.ORG Tue Jul 21 16:56:11 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 DD042106567F for ; Tue, 21 Jul 2009 16:56:11 +0000 (UTC) (envelope-from leandroqm@gmail.com) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by mx1.freebsd.org (Postfix) with ESMTP id 58FE68FC12 for ; Tue, 21 Jul 2009 16:56:10 +0000 (UTC) (envelope-from leandroqm@gmail.com) Received: by bwz24 with SMTP id 24so457079bwz.43 for ; Tue, 21 Jul 2009 09:56:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=MBCcq6bTk5hXMoaLNXw5XIS7iOoPvP6IRfvIPE3MTp8=; b=A1hzgkCP5T/Ns4rxfHapTV9cyLHCl8krCNmoOrxbECxBUEa1MtlvbdkQYo0fMWSPSU C4CUC0QsA39fx0vQ25ZARL9V7LSaSsL4Yve/Xn2pHdJddq2EXj1gmqwZEfen+Zcv0WTL qNQWPvBRbA1xMl0FzDn+weLBziQ7oogio4OFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ksoMiX5KS5J+1gQhEGL3vhiaFLVgufux/GoR+R/S8rmXJpW1iAa8b8L8JXpSyD60Er JsmJ8u8a9asXsahBMWg9cHPtVvui9H2/ifMA0XMQ60/uYIPz+oQN0tvtY29W5zJsmRsy QbE5VqhOR5u1KdWwqIpIkrXMj/GQBHDvTsqR4= MIME-Version: 1.0 Received: by 10.223.117.75 with SMTP id p11mr2198230faq.75.1248195370131; Tue, 21 Jul 2009 09:56:10 -0700 (PDT) In-Reply-To: <848425.70169.qm@web51001.mail.re2.yahoo.com> References: <848425.70169.qm@web51001.mail.re2.yahoo.com> From: Leandro Quibem Magnabosco Date: Tue, 21 Jul 2009 13:55:50 -0300 Message-ID: <6bc3cd080907210955h643189adme4548001f8886e04@mail.gmail.com> To: mahlerrd@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: First Traffic not graphing, Now nothing graphs anymore. 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: Tue, 21 Jul 2009 16:56:12 -0000 My main problem will always be getting traffic to graph. I was able to solve the problem of the other ones not graphing by re-indexing everything, but it is still not graphing the traffic on some interfaces. The other graphics of the same machines are working pretty good, but those two interfaces are the only thing I did not manage to get to work. Here is a verbose run of it: http://www.pastebin.org/3414 The addresses were altered for security reasons. Thank you. 2009/7/21 Richard Mahlerwein > > --- On Tue, 7/21/09, Leandro Quibem Magnabosco > wrote: > > > From: Leandro Quibem Magnabosco > > Subject: First Traffic not graphing, Now nothing graphs anymore. > > To: freebsd-questions@freebsd.org > > Date: Tuesday, July 21, 2009, 7:56 AM > > Hello guys, > > > > I have a running cacti on a "mid to large" environment > > running on a FreeBSD > > 7.1. > > Cacti's version is 0.8.7e and rrdtool is 1.2.23. > > > > First I was using 0.8.7d version of cacti but traffic was > > not graphing and I > > read somewhere on the net that this was corrected on > > 0.7.8e. > > Then I decided to upgrade to 0.8.7e. > > > > But since I upgraded, Cacti stopped graphing. > > > > You know when you look too much at the same thing and it > > makes you incapable > > of coming with new solutions? > > That is how I feel right now. > > I've been trying to figure this out for a while now, but > > I'm probably making > > a huge noob mistake and I feel blinded for some reason. > > That is why I need your help. > > > > The DEBUG log is available for those who think they can > > help: > > http://www.pastebin.org/3373 > > > > Thank you in advance, > > -- > > Leandro Quibem Magnabosco. > > leandroqm@gmail.com > > Well, it *seems* your recording data OK so it seems it's only a cosmetic > problem with Cacti (e.g. your data is still being collected). Confirm this > by checking an rrd: > > # cd /usr/local/share/cacti/rra/ > # /usr/local/bin/rrdtool dump lan_server_2_hdd_free_74.rrd |grep 2009-07-21 > > You should see a bunch of non-zero and non-NaN numbers in there covering > the data it has collected today. Feel free to check a few others, as well, > like svn-scsc21_hdd_free_587.rrd. > > Usually, my biggest problem with upgrading cacti is losing permissions on > some or another directory. Often it's that the user apache runs under php > can't access the rra folder. > > What *specific* problem are you having from cacti? Do you see where the > graphs should be but they're broken images? Do you see graphs with titles > but the data is all zero? > > -Rich > > > > > -- Leandro Quibem Magnabosco. leandroqm@gmail.com