mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
12 lines
381 B
YAML
12 lines
381 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
# The exporter jar doesn't really have a help flag
|
|
# and exits with a "status=1" when not properly started.
|
|
check-jmx-http-server:
|
|
exec: java -jar /opt/bitnami/jmx-exporter/jmx_prometheus_standalone.jar
|
|
exit-status: 1
|
|
stderr:
|
|
- /JMX Exporter Standalone Server/
|