Is there a way to get crucible healthcheck monitoring URL .
My requirement is to add http crucible monitoring in datadog,any help is highly appreciated.I did check for official documentation and few other posts but nothing was of help.
I also checked for available rest apis for crucible but couldn't find any leads on the same.
Thanks,
Sampath
Hey Sampath,
There's no specific healthcheck URL for Fisheye/crucible. My suggestion would be taking a peek at the shared APIs and perhaps using /rest-service-fecru/server-v1 as the check URL. If the test is running unauthenticated, the URL will return a 401.
It looks like DataDog's HTTP check can pass a username/password in through basic auth while doing a check. If you supply it with a Fisheye/Crucible user, you can get some details back on that endpoint that can be used in a check:
While this isn't a /status endpoint like you might be looking for, it can definitely be used for an up/down check.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.