ejabberd
Auto-Discovery
Health Check
Metrics
Logs
If some auto-detected parameters are wrong, you can manually override them
by adding the following to /etc/glouton/conf.d/99-local.conf:
service: [...]
# For an ejabberd running outside a container - type: "ejabberd" address: "127.0.0.1" port: 5672
# For an additional ejabberd running outside a container - type: "ejabberd" instance: "NAME_ASSOCIATED_WITH_YOUR_ADDITIONAL_SERVICE" address: "127.0.0.1" port: 5673
# For an ejabberd running in a Docker container - type: "ejabberd" instance: "CONTAINER_NAME" address: "172.17.0.2" port: 5672Only the metric from service check is produced:
| Metric | Description |
|---|---|
| service_status | Status of ejabberd |