Book Image

Troubleshooting Ubuntu Server

By : Skanda Bhargav
Book Image

Troubleshooting Ubuntu Server

By: Skanda Bhargav

Overview of this book

Table of Contents (16 chapters)
Troubleshooting Ubuntu Server
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

The Telemetry module


The Telemetry module is similar to a stats collector. It collects various types of data from different components and systems. The Telemetry module gets data about CPU and network utilization, which in turn is helpful for fine-tuning the operating circumstances. It makes use of the REST API for reading or writing these stats. Users can also create plugins for custom collection of metered data.

Installing and configuring the controller node

In this section, we will see how to install the Telemetry module, known as ceilometer, on the controller node.

Configuring the prerequisites

We will install MongoDB and create a database, and then we will create the service credentials for it and the API endpoints, so that we can install the Telemetry module. The steps are as follows:

  1. Install the MongoDB package:

    apt-get install mongodb-server
    
  2. Edit the /etc/mongodb.conf file and make the following changes:

    1. Set the bind_ip key to the IP address of the controller node management network:

      bind_ip...