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.
Auto-Detection
Section titled “Auto-Detection”Glouton automatically detects Valkey instances running on the host. If the auto-detected parameters are incorrect, you can override them manually.
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"EOFCreate or edit C:\ProgramData\glouton\conf.d\99-valkey.conf:
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"Health Check
Section titled “Health Check”Glouton performs a Redis health check when the service listens on port 6379.
Built-in Metrics
Section titled “Built-in Metrics”Glouton gathers the same metrics as Redis.
Glouton automatically collects Valkey logs when available.