incorrect display on upper of monitor and thold

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
angelfire007
Posts: 49
Joined: Fri Dec 15, 2006 9:14 am

incorrect display on upper of monitor and thold

Post by angelfire007 »

my cacti version is 0.8.7d
install Plugin Management
Plugin Architecture version is 2.4
setting version is 0.5
thold version is 0.4.1
monitor version is 0.8.2

now the problem is when open the thold and monitor pages, the upper like the pic


anyone can tell what is the reasion? tks
Attachments
xx.JPG
xx.JPG (9.06 KiB) Viewed 1117 times
User avatar
TheWitness
Developer
Posts: 17064
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Edit <cacti_path>/include/global.php and complete the url_path variable. For example, if my server is at:

http://myhost/my_cacti, the url path would be "/my_cacti/".

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?
angelfire007
Posts: 49
Joined: Fri Dec 15, 2006 9:14 am

Post by angelfire007 »

thank you very much

i check my config.php like this :

/* Default database settings*/
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "cactiuser";
$database_port = "3306";

/* Default session name - Session name must contain alpha characters */
$cacti_session_name = "Cacti";

$plugins = array();
$plugins[] = 'settings';
//$plugins[] = 'thold';
$plugins[] = 'monitor';

/* Do not edit this line */
$config = array();

/*
Edit this to point to the default URL of your Cacti install
ex: if your cacti install as at http://serverip/cacti/ this
would be set to /cacti/
*/

$config['url_path'] = '/cacti/';
define('URL_PATH', $config['url_path']);



that's corrent ,and i try to change somethinig , but apache would be not work right.

what's the reason ? tks again
User avatar
TheWitness
Developer
Posts: 17064
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Maybe the image files are damaged, missing or wromg permissions.

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?
coolest
Posts: 33
Joined: Wed Oct 14, 2009 3:52 am

Post by coolest »

This usually happened when you forgot to edit URL path. Just edit the URL path like angelfire told you and your good to go.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests