This content has moved to our new docs site:
https://docs.datadoghq.com/integrations/mesos/#further-reading-1
Configuring Mesosphere DC/OS with Datadog
Have more questions? Submit a request
-
Scott Beamish The datadog-agent has a health check called probe.sh. In the DC/OS UI you can setup a COMMAND Health Check by calling this script or add it to your JSON configuration.
"healthChecks": [
{
"gracePeriodSeconds": 300,
"intervalSeconds": 60,
"maxConsecutiveFailures": 3,
"timeoutSeconds": 20,
"delaySeconds": 15,
"protocol": "COMMAND",
"command": {
"value": "./probe.sh"
}
}
]
Article is closed for comments.
1 Comments