how to post event to JIT client

Dear all,

I know how to use Client API to create one JIT client, but how do I post one event to this JIT client?

BR

Qi WAng

Setting the "source" attribute in a check or in event data will post
events to a client. (JIT or otherwise)

https://sensuapp.org/docs/latest/checks#definition-attributes (see "source")

https://sensuapp.org/docs/latest/clients#example-external-check-result-input
("source" would need to be set in the event data)

ยทยทยท

On Mon, Nov 23, 2015 at 3:42 PM, Qi Wang <wqyuwss@gmail.com> wrote:

Dear all,

I know how to use Client API to create one JIT client, but how do I post
one event to this JIT client?

BR
Qi WAng