Has anyone been able to use curl in a SAM component monitor successfully?
Any examples or templates? I searched for curl but did not find anything.
I see this post for using PowerShell but this vendor apparently requires curl for their application.
Web Site (PowerShell) monitor template that allows customized healthy status codes
I'm finding a ton of bash scripts to do this but I guess I need hand holding with doing it with SAM.
I suppose a SAM Linux monitor is the way, but just looking for any guidance on this. Do I need to install curl on the MPE?
Thanks
curl -s -o /dev/null -w "%{http_code}" -u aieadmin:attivio -H "Accept:application/json" -H "Content-Type:application/json" -X POST -d "{\"query\": \"table:health_check\"}" 165.88.124.93:17000/.../search