Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Cacti 0.8 Beginner's Guide

You're reading from  Cacti 0.8 Beginner's Guide

Product type Book
Published in Mar 2011
Publisher Packt
ISBN-13 9781849513920
Pages 348 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Thomas Urban Thomas Urban
Profile icon Thomas Urban

Table of Contents (23) Chapters

Cacti 0.8Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Installing Cacti 2. Using Graphs to Monitor Networks and Devices 3. Creating and Using Templates 4. User Management 5. Data Management 6. Cacti Maintenance 7. Network and Server Monitoring 8. Plugin Architecture 9. Plugins 10. Threshold Monitoring with Thold 11. Enterprise Reporting 12. Cacti Automation for NOC Mobile Access / Administration Online Resources Further Information Pop Quiz Answers
Index

Creating a new plugin


Now it is time for you to create your very first plugin. You will go through the different steps from the concept of the plugin to its installation within Cacti.

The plugin will be quite simple but will show you most of the common features and hooks of the Plugin Architecture.

File structure

All plugins should at least consist of an index.php and setup.php file. These two files are required for any plugin to work properly, but of course, you should consider adding a readme file, as well as further documentation to your plugin. You can find a more complete file structure for plugins on the Cacti website here:

http://docs.cacti.net/plugins:development.reference_plugin.

Concept and design

Let's assume that you want to display additional data such as a table at the end of each host graph. The data to be displayed will have the following requirements:

  • Display the hostname and IP address

  • Show location information (country, site, room)

  • Display a contact address (e-mail)

  • Have a...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}