Book Image

Cacti 0.8 Network Monitoring

Book Image

Cacti 0.8 Network Monitoring

Overview of this book

Cacti is a network monitoring tool that provides graphic solutions to your everyday monitoring issues. It has a wide variety of features and misusing them can mean that you are not monitoring your network as closely as you think. This book takes you through all of the key features of Cacti and shows how to use them for maximum effectiveness. This book will teach you how to use Cacti effectively to monitor your network through its web interface leaving aside all the heavy chunks of code. You will be introduced to all the features of Cacti in an easy-to-understand format. This book introduces Cacti and goes through its complete installation and setup. After a quick look, it will teach you to use Cacti's amazing graph templating and user management features. You will learn to customize graphs and make them better looking and easier to understand. It will teach you to provide the paths to any external script or command using Cacti. Then it will take you through importing and managing new templates and also customizing them. Creating users and assigning permissions to them is the next step in this book. Towards the end, you will learn to take backups and restore the system.
Table of Contents (13 chapters)

Upgrading Cacti


Like any other software, we may also need to upgrade Cacti from time to time. At the time of writing this chapter, the latest version of Cacti is 0.8.7b. If you installed Cacti using APT, you have to follow the procedure below.

Using APT

If you installed Cacti through APT, you don't have to do anything special. But for safety, it's always good practice to back up the data before upgrade.

$ cp /usr/share/cacti /some/safe/place
$ mysqldump --uroot p -1 --add-drop-table cacti >cacti_mysql_backup
$ apt-get upgrade cacti

After successfully upgrading using APT, you have to visit http://localhost/cacti/install. You will get the setup start page (the page you already saw at the time of installing Cacti). Click on the Next button to go to the next page.

On the second page, select Upgrade cacti from the drop-down menu and click Next.

After completing this wizard, the database will be updated to the latest version or structure, and will be ready to use.

From source

If you installed...