Monitoring Freeipa using Prometheus - monitoring

i'm trying to monitor my Freeipa server using prometheus.
can i use LDAP exporter with telegraf plugin to collect freeipa metrics and then send them to prometheus?
Thanks in advance.

Related

Bitbucket monitoring using Grafana & Prometheus

Which Bitbucket metrics should be monitored using Grafana and Prometheus, and why?
FYI: Our Bitbucket server is up in a dockerised infra

RabbitMQ Metrics Not found

I'm running the latest RabbitMQ on docker, and I am trying to get RabbitMQ's metrics to use it with prometheus but with no success.
When I access host.docker.internal:15672/metrics I get the following response
{"Error":"Object Not Found","reason":"Not Found"}
Not sure why my answer has been deleted by #Jean-François Fabre, but let me quote the official rabbitmq site where it says that by default prometheus metrics are exposed on port 15692:
Notice that RabbitMQ exposes the metrics on a dedicated TCP port, 15692 by default.
Source: https://www.rabbitmq.com/prometheus.html#rabbitmq-configuration

instead of using OpenShift Container Platform monitoring based on Prometheus to do monitoring of containers, can we use something from Prometheus?

Trying to determine if cAdvisor + Prometheus is the OTHER option for monitoring openshift containers. Or if there is another combo that I can use natively from Prometheus.
cAdvisor is essentially built into K8S deployments so it's as native as you can get really. If you want to use additional software there are other ways to collect data with agents, but cAdvisor is quite well understood and efficient for doing this type of data collection. Prometheus also scrapes other K8S APIs aside from cAdvisor.

Auto Scaling Pod using Kafka Metrics via Prometheus

We are trying to Autoscale the Pods using HorizontalPodScaler, we are trying to scale based on Prometheus, we have set up Prometheus instance but unable to write metrics to Prometheus using Kafka exporter, is there any clear approach for doing this?

monitoring docker container performance using cadvisor / cgroup, best approach

we are planning to use cadvisor for collecting cgroup data from docker host. we have set up using collectd and grafana to chart monitoring of other app metrics.
anyone know plugins for cadvisor plugin for collectd ? as per my info collectd can not pull data of cgroup docker containers.
cadvisor has influxdb support, and grafana can hook up to influxdb for metrics visualization. but as we do not have influxdb in place in current landscape we are exploring quick approach for docker container metrics monitoring.
Thanks in advance
cAdvisor plugin for collectd would be pretty simple. Can you file an issue on github.com/google/cadvisor and we can help you get one.
Alternatively, you can always hit the cAdvisor rest endpoint for the whole machine or a particular container to pull the data into graphite and push it from a helper process. eg.
/api/v1.3/containers/
In any case, file a feature request and we can help you out with the setup.
You can use fluentd to collect data from cadvisor using fluent-plugin-cadvisor.
Maybe it is not the best plugin, but it's very easy to extend and add it as you own plugin to fluentd.

Resources