I found the documentation for the REST API
Is there equivalent documentation for the message formats passed through
RabbitMQ?
In particular, how can a third-party application submit a check result
through RabbitMQ? I understand it wouldn't be hard to inspect messages
from the Sensu client to see what they look like, but is this already
documented somewhere?
AFAIK that format is considered “private”, if you need to submit check results directly, the recommend procedure is to submit json to a sensu-client’s socket:
https://sensuapp.org/docs/0.26/reference/clients.html#example-client-socket-usage
···
On Mon, Oct 17, 2016 at 7:24 AM, Daniel Pocock daniel@pocock.pro wrote:
I found the documentation for the REST API
Is there equivalent documentation for the message formats passed through
RabbitMQ?
In particular, how can a third-party application submit a check result
through RabbitMQ? I understand it wouldn’t be hard to inspect messages
from the Sensu client to see what they look like, but is this already
documented somewhere?