是否可以使用 Prometheus 监控 Jboss 或 apache 服务器?
Is it possible to monitor Jboss or apache server using Prometheus?
我正在从事监控工作,我使用 Prometheus 和 alertManager 在文件系统已满时提醒用户,我正在寻找是否可以使用 Prometheus 监控 Jboss 和 Apache 服务器。
对于 Jboss 你可以使用 jmx_exporter.
Apache 无法生成良好的指标,因此您可以在日志中使用 mtail or the grok_exporter。
我正在从事监控工作,我使用 Prometheus 和 alertManager 在文件系统已满时提醒用户,我正在寻找是否可以使用 Prometheus 监控 Jboss 和 Apache 服务器。
对于 Jboss 你可以使用 jmx_exporter.
Apache 无法生成良好的指标,因此您可以在日志中使用 mtail or the grok_exporter。