cacti does not create rrd files

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

entr0py
Posts: 10
Joined: Wed Oct 19, 2005 3:33 am
Location: Sydney
Contact:

Post by entr0py »

i have come across this issue on two seperate servers so far. one box a fedora core 4 the other debian sarge box. both boxes installed around the same time, been running for about a year or so. major differences in how many hosts were being monitored though and load on both machine marginal. both servers stopped graphing after a while, just like that, no errors nothing. i switched back to cmd instead of cactid and all sweet. ;(

grrr.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

kingaru wrote:
lvm wrote:
entr0py wrote:Host 17, runs ok till right towards the end when it segfaults.
What host are you running on? Suppose, you'll have to pm TheWitness, the author of cactid
Reinhard
I did not see any feedbacks from him on this one so far .. but I guess he is reading the forum and will react ... or should I send him email privately?

Igor[/quote]Yep, use the pm button of the member list.
Reinhard
User avatar
TheWitness
Developer
Posts: 17004
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Please goto Settings->Poller and reduce your MAX OID's Per Request to 1 and see if that helps.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
kingaru
Cacti User
Posts: 54
Joined: Wed Mar 09, 2005 6:35 am

Post by kingaru »

TheWitness wrote:Please goto Settings->Poller and reduce your MAX OID's Per Request to 1 and see if that helps.

TheWitness
Tried ... did not help
kingaru
Cacti User
Posts: 54
Joined: Wed Mar 09, 2005 6:35 am

Post by kingaru »

TheWitness wrote:Please goto Settings->Poller and reduce your MAX OID's Per Request to 1 and see if that helps.

TheWitness
Do you have some more ideas where we can search for the problem?

Igor
lexxfirecore
Posts: 5
Joined: Thu May 16, 2013 4:46 am

Re: cacti does not create rrd files

Post by lexxfirecore »

I have found same problem and fixed with making right permissions on all cacti folders,
also made a topic here:
http://forums.cacti.net/viewtopic.php?f=6&t=50127

When you have message like when debug mode on graph:
RRDTool Says:
ERROR: opening '/var/lib/cacti/rra/localhost_load_1min_5.rrd': No such file or directory

That means rrd files are missing from cacti/rra folder,
the rra folder doesn't exist or doesn't have permissions,
or parent folder (cacti) doesn't have permissions:
to fix it run following commands:

mkdir /usr/share/cacti/rra
sudo chmod 775 /var/lib/cacti/ -R
sudo chown www-data /var/lib/cacti/ -R
sudo chmod 775 /usr/share/cacti/ -R
sudo chown www-data /usr/share/cacti/ -R
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests