Reputation: 33
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
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