How Can I do to icrease the capacity of cacti to support many graphs.
The problem is when I add more device the grap's cacti like empty.
Thanks
Question for TheWitness
Moderators: Developers, Moderators
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Your question is to general, and capacity maybe not the problem.
Please explain what you are seeing when you attempt to add additional graphs.
Please explain what you are seeing when you attempt to add additional graphs.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
-
- Posts: 8
- Joined: Thu Oct 02, 2008 10:58 pm
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
You must provide the specifications for your system. Rule of thumb, to have a healthy system, the following must be adhered to:
TheWitness
Code: Select all
#!/bin/bash
cd /var/www/html/cacti/rra
TOTALRRDSIZE=`du -hk . | tr -d ' ' | tr -d '.'`
SYSTEM_STILL_SLOW=1
SYSTEM_MEMORY=`cat /proc/meminfo | grep MemTotal | awk -F: '{print $2}' | tr -d
' ' | tr -d 'kB'`
MEM_LEFT=($SYSTEM_MEMORY - 1024000)
echo $MEM_LEFT
echo $TOTALRRDSIZE
if [ $TOTALRRDSIZE -gt $MEM_LEFT ]; then
echo "You Are Screwed"
else
if [ $SYSTEM_STILL_SLOW -eq 1 ]; then
echo "I likely have a nastry script or am not running spine"
fi
fi
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?
Who is online
Users browsing this forum: No registered users and 2 guests