Prometheus exporters, consist of ansible playbook for install node exporter, redis exporter, ipmi exporter, ... on defined hosts.
change hosts ip in inventory.yml file, base on your infrastructure, add your IPs in defined hosts.
The Prometheus Node Exporter exposes a wide variety of hardware- and kernel-related metrics.
ansible-playbook playbook/node.yml -i inventory.yml
IPMI (Intelligent Platform Management Interface) is a set of standardized specifications for hardware-based platform management systems that makes it possible to control and monitor servers centrally. With the help of the ipmi ipmi and freeipmi-tools, can extract the hardware information.
ansible-playbook playbook/ipmi.yml -i inventory.yml
Collect Redis metrics like Redis uptime, commands executed per second, memory utilization, and more.
ansible-playbook playbook/redis.yml -i inventory.yml
- ipmi exporter has problem with freeIPMI tools
- add mongodb exporter