An open API service indexing awesome lists of open source software.

https://github.com/webyneter/monitorio

Ansible role deploying a customized version of https://github.com/vegasbrianc/prometheus prometheus stack
https://github.com/webyneter/monitorio

alertmanager ansible-role bare-metal cadvisor docker docker-compose grafana node-exporter prometheus

Last synced: about 1 month ago
JSON representation

Ansible role deploying a customized version of https://github.com/vegasbrianc/prometheus prometheus stack

Awesome Lists containing this project

README

          

# monitorio

Ansible role deploying a customized version of [vegasbrianc/prometheus](https://github.com/vegasbrianc/prometheus)'s prometheus stack.

## Remote host prerequisites

* Docker (tested with 18.06)
* Docker Compose (tested with 1.22)

## Required role parameters

* `root_dir_path`: path to the root directory for reversario files to reside in on a remote host e.g. `~/apps/`;
* `commit_sha`: SHA1 of the commit to deploy;
* `letsencrypt_email`: email to be used by letsencrypt;
* `grafana_domain`: grafana domain;
* `prometheus_domain`: prometheus domain.