27 lines
992 B
Markdown
27 lines
992 B
Markdown
---
|
|
tags:
|
|
- IT/tools/Grafana
|
|
- IT/Tools/Prometheus
|
|
---
|
|
|
|
## Installation
|
|
|
|
## Konfiguration
|
|
|
|
### Reset Grafana admin password
|
|
|
|
|
|
```shell
|
|
docker exec -it docker-grafana-1 grafana cli admin reset-admin-password <PASSWORD>
|
|
```
|
|
|
|
## Links
|
|
- [Releases · prometheus/jmx_exporter](https://github.com/prometheus/jmx_exporter/releases)
|
|
- [Prometheus JMX exporter and ActiveMQ - Stack Overflow](https://stackoverflow.com/questions/76165998/prometheus-jmx-exporter-and-activemq)
|
|
- [prometheus/jmx_exporter: A process for collecting metrics using JMX MBeans for Prometheus consumption](https://github.com/prometheus/jmx_exporter)
|
|
- [HTTP mode | JMX Exporter](https://prometheus.github.io/jmx_exporter/1.1.0/java-agent/http-mode/)
|
|
- [HTTP mode | JMX Exporter](https://prometheus.github.io/jmx_exporter/1.1.0/java-agent/http-mode/)
|
|
- [Architecture and Monitoring Apache ActiveMQ with Dashboards | MetricFire](https://www.metricfire.com/blog/architecture-and-monitoring-apache-activemq-with-grafana/)
|
|
-
|
|
|