Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Puppet Reporting and Monitoring

You're reading from   Puppet Reporting and Monitoring Create insightful reports for your server infrastructure using Puppet

Arrow left icon
Product type Paperback
Published in Jun 2014
Publisher
ISBN-13 9781783981427
Length 186 pages
Edition Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Michael Duffy Michael Duffy
Author Profile Icon Michael Duffy
Michael Duffy
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Puppet Reporting and Monitoring
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Setting Up Puppet for Reporting FREE CHAPTER 2. Viewing Data in Dashboards 3. Introducing Report Processors 4. Creating Your Own Report Processor 5. Exploring PuppetDB 6. Retrieving Data with the PuppetDB API 7. Writing Custom Reports with PuppetDB 8. Creating Your Own Custom Dashboard 9. Looking Back and Looking Forward Index

Setting up Dashing


Dashing is very simple to install and keep updated using the RubyGems package management system. To install Dashing, simply follow these steps:

  1. Enter the following command in your command prompt:

    gem install dashing
    
  2. Once it's installed, we can go straight ahead and create our dashboard. Dashing has a built-in function to create a skeleton application for us to work with and will also give you some example code to look at. Navigate to your projects folder and issue the following command:

    dashing new puppetdash
    
  3. After running the command, you should have a new directory called puppetdash, which contains your new skeleton application. We now only have to complete one more step, which is to instruct the Bundler package manager to download and install the required libraries for Bundler. Ensure that you're in the root of your new project and then issue the following command:

    bundle install
    

This command looks inside the gem file that was created along with the rest of the project...

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 $19.99/month. Cancel anytime