EFREV123
EFREV123

Reputation: 33

Is it possible to monitor Jboss or apache server using Prometheus?

I'm working on monitoring and I used Prometheus with alertManager to alert user if filesystem is full, I'm looking if it is possible to monitor Jboss and Apache servers using Prometheus.

Upvotes: 2

Views: 2318

Answers (1)

brian-brazil
brian-brazil

Reputation: 34112

For Jboss you can use the jmx_exporter.

Apache doesn't produce good metrics, so you can use mtail or the grok_exporter on the logs.

Upvotes: 3

Related Questions