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)

Installing Cacti


After completing all the commands, we have installed all the dependences for Cacti, and can move on to the Cacti installation.

Ensure that all the previous commands have completed and you have a functioning LAMP server with SNMP and RRDTool support prior to continuing with the Cacti installation.

Cacti can be installed using two ways:

  1. 1. Binary package/Using APT.

  2. 2. Source/Manual installation.

Benefits of installing from a binary package:

  • It's easy to install and upgrade.

  • Needs less time than the other installation method.

Problems of a binary installation:

  • You will have less control of the installation process.

  • Your Cacti maybe a little backdated.

The benefits of installing from the source are:

  • You will get the latest version packages, whereas the binary is sometimes little backdated.

  • You have total control, you can decide what you need.

  • You can do the best tuning for your system.

Problems of source installation:

  • Will take more time than the binary package installation...