Monitoring Your ZebClient Cluster with Netdata

Netdata is an open source real time infrastructure monitoring tools. Learn more about netdata here.

ZebClient cluster deployment has an integrated feature to automatically deploy netdata agent in your cluster.

Prerequisites

  • You already have signed up netdata.

  • You have created a room inside your netdata space.

Installing Netdata Agent

In order to install netdata agent, you just have to uncomment and update the following variables of your chosen .tfvars file i.e rhel-converged.tfvars

netdata_claim_token = "<your netdata claim token>" 
netdata_claim_room = "<your netdata claim room>"

Then proceed with the steps described in this page: installing-using-terraform.

Last updated