Files
7a9df911ba1a9db868c088a0a6eb96013d84338c
openstack-ansible-ops /prometheus
Marcus Klein 7a9df911ba Upgrade Prometheus node exporter to Prometheus collection
Change-Id: I182c6114ee525090d2661bb0d48781e292d66919
2023年12月04日 14:10:57 +01:00
..
2018年08月13日 10:17:03 +02:00

Install Prometheus

tags

openstack, ansible

About this repository

This set of playbooks will deploy Prometheus. If this is being deployed as part of an OpenStack all of the inventory needs will be provided for.

These playbooks require Ansible 2.4+.

Deployment Process

Clone the repo

 cd /opt
 git clone https://github.com/openstack/openstack-ansible-ops

Downloading role dependencies

 cd /opt/openstack-ansible-ops/prometheus
 ansible-galaxy install -r requirements.yml

Install node_exporter

 cd /opt/openstack-ansible-ops/prometheus
 openstack-ansible installNodeExporter.yml