Endpoint Definition

Endpoint definition starts with @ character, followed immediately by an endpoint name, whitespace, and finally plugin name. Any configuration needed is placed in children nodes.

@Server Ping {
    Host 8.8.8.8
}

If we want to have endpoint name match plugin name, a shorter format is available.

@Ping {
    Host 8.8.8.8
}

For more details about configuration, you can check details for each supported endpoint plugin: