Skip to content

Salt

Auto-Detection

Bleemeo monitors the Salt master through automatic service detection and availability monitoring.

Glouton automatically detects Salt master instances running on the system.

If auto-detected parameters are incorrect, you can override them manually.

Terminal window
sudo tee /etc/glouton/conf.d/99-salt.conf > /dev/null << 'EOF'
service:
# For a Salt master running outside a container
- type: "salt"
address: "127.0.0.1"
port: 4505
# For an additional Salt master running outside a container
- type: "salt"
instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE"
address: "127.0.0.1"
port: 4505
# For a Salt master running in a Docker container
- type: "salt"
instance: "CONTAINER_NAME"
address: "172.17.0.2"
port: 4505
EOF

Glouton automatically detects configuration changes.