HOWTO : Cacti on Ubuntu 9.04 server
Cacti is a graphical network traffic analysis system based on Apache, PHP, MySQL, SNMP and RRDTool. It can monitor the machines in your network.
To install Cacti on Ubuntu 9.04 is very easy and straight forward.
Step 1 :
Install Ubuntu 9.04 server as Cacti server. Select LAMP and OpenSSH during the installation. For example, the IP of the Cacti server is 192.168.10.200.
Step 2 :
sudo apt-get install cacti
Step 3 :
At the client side (any machine or server in your network that to be monitored), it should be Ubuntu server or debian server. For other distributions, please use the related command to install snmpd accordingly.
sudo apt-get install snmpd
Step 4 :
sudo nano /etc/snmp/snmpd.conf
Add the following lines to the related sections :
com2sec notConfigUser 192.168.10.200 public
access notConfigGroup "" any noauth... ... read more >>> samiux.wordpress.com
Similar entries
- HOWTO : Cacti on Ubuntu 9.04 server
- Installing Cacti on CentOS
- How To Install Cacti on Slackware
- Install, Configuration Cacti & SNMP on Centos/Redhat
- Cacti installation with plugins in centos/fedora/rhel
- install CACTI dan SNMP
- How-To: SNMP for Mac and Linux
- Setting Cacti
- SNMP Monitoring: CACTI Rulez !
- HOWTO : WebDAV on Ubuntu 9.04 Server
