CheckCommand on Endpoint but EventCommand on Master?

Hi all,

Is it possible to use a CheckCommand on an Endpoint but have the EventCommand associated with that check run from the master and not the endpoint?

For example, I am using Salt to manage my infrastructure and whilst I am checking for services on the endpoints, the event command would be triggered through salt to restart a failed service as an example, however the Salt Master would most likely not be the endpoint being checked.

Thanks

No, this is by design. Details can be found here and here.