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.
cacti does not create rrd files
Moderators: Developers, Moderators
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
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?kingaru wrote:Reinhardlvm wrote:What host are you running on? Suppose, you'll have to pm TheWitness, the author of cactidentr0py wrote:Host 17, runs ok till right towards the end when it segfaults.
Igor[/quote]Yep, use the pm button of the member list.
Reinhard
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Please goto Settings->Poller and reduce your MAX OID's Per Request to 1 and see if that helps.
TheWitness
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?
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?
-
- Posts: 5
- Joined: Thu May 16, 2013 4:46 am
Re: cacti does not create rrd files
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
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
Who is online
Users browsing this forum: No registered users and 0 guests