mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
11 lines
208 B
YAML
11 lines
208 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-node-exporter:
|
|
exec: timeout --preserve-status 5 node_exporter || true
|
|
exit-status: 0
|
|
stderr:
|
|
- "Listening"
|
|
|