FAQFAQ   SearchSearch   RegisterRegister   ProfileProfile   Log inLog in 

Step by step PLUGINS installation on fedora core 6

 
Post new topic   Reply to topic    CactiUsers.org Forum Index -> General
View previous topic :: View next topic  
Author Message
lwegaba
New User


Joined: 22 Mar 2008
Posts: 7

PostPosted: Tue Mar 25, 2008 4:01 am    Post subject: Step by step PLUGINS installation on fedora core 6 Reply with quote

After fully installing cacti-0.8.7b, i continued and installed plugin architecture.

How to install plugin architechture:


1. Download file from cactiusers.org/downloads/patches.
2. unzip: tar -zvxf cacti-plugin-arch.tar.gz
3. under cacti-plugin-arch go in directory files-0.8.7b, copy all files there into your cacti directory (/usr/share/cacti) and replace whatever is copied there.
4. re-enter your database username and password.
5. Edit your global.php file under /usr/share/cacti/include. on this option $config['url_path'] = "/"; under global.php file put the right path for your cacti. Mine is $config['url_path'] = "/cacti/"; and also edit the username and password under /* Default database settings*/
.
6. Restart your httpd and mysqld. /sbin/service httpd restart and /sbin/service mysqld restart.
7. Now dowload a plugin file say monitor-0.8.2.tar.gz and untar (tar -zvxf monitor-0.8.2.tar.gz).
8. Copy your extracted dir ie monitor to plugins dir (/usr/share/cacti/plugins).
9. Edit the global.php file again. uncomment the //$plugins[] = 'thold'; and replace "thold" with "monitor". hence it should be $plugins[] = 'monitor';.
10. Now go under cacti on your web browser--> under user management click on admin then click on Realm Permissions and activate View Monitoring .
11. That will be it and your ready for fire with tabs in your cacti. Its nice.

Just holla incase u need further help.

cheers and thanks to jimmy
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    CactiUsers.org Forum Index -> General All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Forums Sitemap