I'd like to configure checks in Sensu that don't go through a Sensu client.
I have an API that I can make calls to and get data for the servers I want to check.
However, all the research I've done only talks specifically about checks that are run with a Sensu client. I'm wondering if it's possible to still do a check but just call the API to get the results.
You can use sensu standalone checks to send data to sensu server using sensu port.
for instance,
You can read more about how standone checks works here, https://www.antonlindstrom.com/2014/11/23/standalone-checks-with-sensu.html