micabe / ailtzfpsd

This is Proof-of-Concept script that loads Ansible inventory to Zookeeper for service discovery by Prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Proof-of-Concept script that loads Ansible inventory to Zookeeper for service discovery by Prometheus

TESTING:

docker-compose up -d
python inventory-uploader.py localhost inventory

Create ZNode:

From zookeeper node execute:

zkCli.sh -server zookeeper-headless:2181 create /discovery ''

About

This is Proof-of-Concept script that loads Ansible inventory to Zookeeper for service discovery by Prometheus


Languages

Language:Python 100.0%