aquaballoon

NTOP Install

May 25th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. ****NTOP Install
  2.  
  3. sudo apt-get install ntop -y
  4. sudo ntop --set-admin-password
  5.  
  6. sudo /etc/init.d/ntop restart
  7.  
  8. http://localhost:3000
  9.  
  10. *** CACTI Plugin install
  11.  
  12. wget http://docs.cacti.net/_media/plugin:ntop-v0.2-1.tgz
  13. tar -xvf /home/user/Desktop/ntop-0.1.tar.gz
  14. cp /home/user/Desktop/ntop /usr/share/cacti/site/plugins/ -R
  15.  
  16. chown -R www-data:www-data /usr/share/cacti/site/plugins
  17.  
  18. nano /usr/share/cacti/site/include/global.php
  19. $plugins[] = ‘ntop’;
Advertisement
Add Comment
Please, Sign In to add comment