You are on page 1of 4

superlinks plug-in for Cacti

First to all we need to download superlinks plug-in from cacti.net and copy the file to the server with WINSCP http://docs.cacti.net/plugins
# download superlinks plugin from cacti.net

Superlinks INSTALLATION ######################################### # The superlinks plugin provides an interface for integrating external tools or websites into Cacti. ########################################### ## Download superlinks Plugin from Cacti.net yum install php-gd service httpd restart cd /home/admin/Desktop tar -xzvf /home/admin/Desktop/superlinks-v1.4-2.tgz cp -r superlinks/ /var/www/html/cacti/plugins/ chown -R admin:admin /var/www/html/cacti/plugins/superlinks chmod 775 /var/www/html/cacti/plugins/superlinks chown apache /var/www/html/cacti/plugins/superlinks/tab_images/ chown apache /var/www/html/cacti/plugins/superlinks/content/ ## ENABLE THE PLUGIN and Go to Management > External Links Add link next to the Generic Hypertext Document URL option

## if after enable superlinks you experiment slow load links edit setup.php ## disable and uninstall superlinks, edit the line following: print "<script type='text/javascript' src='".$config['url_path'] ."/plugins/superlinks/jquery-latest.min.js'></script>"; Change it to this: print "<script type='text/javascript' src='".$config['url_path'] ."plugins/superlinks/jquery-latest.min.js'></script>"; ## isntall and enable superlinks Enjoy!!!

You might also like