Skip to content

Configure your Setup

Saurabh Badhwar edited this page Jun 1, 2017 · 1 revision

Creating your own personalized configuration

Satellite-monitoring supports various parameters which allows your to configure your monitoring environment according to your own needs. The confiuration parameters live inside conf/satmon.yaml.

This document describes the various parameters and their usage.

These settings are divided into various groups

Graphite settings

  • graphite_prefix: The prefix is used to group the data from different hosts on graphite under a single name. (Default: satellite62)
  • graphite_port: The port on which graphite will be accessible. (Default: 10009)
  • graphite_username: The username for graphite management account (Default: testgraphite)
  • graphite_password: The password used to authenticate with the graphite account (Default: tested12345)

Grafana settings

  • grafana_username: The username to manage the grafana dashboard (Default: testgrafana)
  • grafana_password: The password to authenticate with grafana dashboard (Default: tested12345)

RHSM settings

  • rhsm_user: The username for your RHSM account
  • rhsm_pass: The password used to authenticate your RHSM account
  • rhsm_pool: The pool you want to attach to

Miscellaneous settings

  • satperf_hosts: The variable points to your inventory file which contains the details of your hosts (Default: conf/hosts.ini)
  • offline_install: If you want to go for an offline install when all the required packages are already on your system, you can set the value to true. (Default: false)