mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
13 lines
335 B
YAML
13 lines
335 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-blackbox-exporter-run:
|
|
exec: cd /opt/bitnami/blackbox-exporter && timeout --preserve-status 5 blackbox_exporter
|
|
timeout: 8000
|
|
exit-status: 0
|
|
stderr:
|
|
- "Starting blackbox_exporter"
|
|
- "Loaded config file"
|
|
- "Listening on"
|