Files
containers/.vib/haproxy/goss/haproxy.yaml
Carlos Rodríguez Hernández 45d7897631 [bitnami/*] Set new header/owner (#66218)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2024-05-06 15:06:33 +02:00

12 lines
308 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
command:
# HAProxy should have been compiled with Lua and Prometheus support
check-lua-promex-support:
exec: haproxy -vv
exit-status: 0
stdout:
- "Built with Lua"
- "Built with the Prometheus"