Skip to content

Valkey

Auto-Detection
Health Check
Built-in Metrics
Logs

Bleemeo monitors Valkey, the open-source Redis fork, through automatic service detection, Redis-compatible health checks, built-in metrics, and log collection.

Glouton automatically detects Valkey instances running on the host. If the auto-detected parameters are incorrect, you can override them manually.

Terminal window
sudo tee /etc/glouton/conf.d/99-valkey.conf > /dev/null << 'EOF'
service:
# For a Valkey running outside a container
- type: "valkey"
address: "127.0.0.1"
port: 6379
password: "password-if-configured"
# For an additional Valkey running outside a container
- type: "valkey"
instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE"
address: "127.0.0.1"
port: 6380
password: "password-if-configured"
# For a Valkey running in a Docker container
- type: "valkey"
instance: "CONTAINER_NAME"
address: "172.17.0.2"
port: 6379
password: "password-if-configured"
EOF

Glouton performs a Redis health check when the service listens on port 6379.

Glouton gathers the same metrics as Redis.

Glouton automatically collects Valkey logs when available.