Cacti is a set of network traffic monitoring graphical analysis tools developed based on PHP, MySQL, SNMP and RRDTool.
It obtains data through snmpget and uses RRDtool to draw graphics, and you don't need to understand the complex parameters of RRDtool at all.
It provides very powerful data and user management functions. It can specify that each user can view the tree structure, host and any picture. It can also be combined with LDAP for user authentication. At the same time, it can also add templates by itself. The function is very powerful and complete. , friendly interface.
You can configure your database information in config.php under the include folder.
$database_type="mysql";//Database type
$database_default="cacti";//database name
$database_hostname="localhost";//The name of the server where the database is located
$database_username="cactiuser";//Database username
$database_password="cactiuser";//Database password
$database_port="3306";//Port number occupied by the database
$database_ssl=false;
Then import the database cacti.sql in the decompressed file, and then import this data into the database you configured.
Then enter: http://your website/install/index.php in the browser to install.
After the installation is complete, the system's default login account and password are both admin.
You can change the password when logging in as admin for the first time.