12 lines
392 B
YAML
12 lines
392 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-cassandra-exporter-jar:
|
|
exec: timeout --preserve-status 5 java -jar /opt/bitnami/cassandra-exporter/cassandra_exporter.jar /opt/bitnami/cassandra-exporter/config.yml
|
|
exit-status: 143
|
|
timeout: 8000
|
|
stderr:
|
|
- "Loading yaml config"
|
|
- "Connection refused to host"
|