Skip to content

Prometheus exporter, consist of ansible playbook for install node exporter, redis exporter, ipmi exporter, ....

License

Notifications You must be signed in to change notification settings

hosseinmoazami/monitoring-prometheus-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring with Prometheus Exporters

Prometheus exporters, consist of ansible playbook for install node exporter, redis exporter, ipmi exporter, ... on defined hosts.


Running

change hosts ip in inventory.yml file, base on your infrastructure, add your IPs in defined hosts.

Node exporter

The Prometheus Node Exporter exposes a wide variety of hardware- and kernel-related metrics.

ansible-playbook playbook/node.yml -i inventory.yml

node-exporter

IPMI exporter

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

ipmi-exporter

Redis exporter

Collect Redis metrics like Redis uptime, commands executed per second, memory utilization, and more.

ansible-playbook playbook/redis.yml -i inventory.yml

redis-exporter

What to do

  • ipmi exporter has problem with freeIPMI tools
  • add mongodb exporter

About

Prometheus exporter, consist of ansible playbook for install node exporter, redis exporter, ipmi exporter, ....

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages