public static interface NagiosEndpointBuilderFactory.NagiosBuilders
| Modifier and Type | Method and Description |
|---|---|
default NagiosEndpointBuilderFactory.NagiosEndpointBuilder |
nagios(String path)
Nagios (camel-nagios)
Send passive checks to Nagios using JSendNSCA.
|
default NagiosEndpointBuilderFactory.NagiosEndpointBuilder |
nagios(String componentName,
String path)
Nagios (camel-nagios)
Send passive checks to Nagios using JSendNSCA.
|
default NagiosEndpointBuilderFactory.NagiosEndpointBuilder nagios(String path)
nagios:host:port
Path parameter: host (required)
This is the address of the Nagios host where checks should be send.
Path parameter: port (required)
The port number of the host.path - host:portdefault NagiosEndpointBuilderFactory.NagiosEndpointBuilder nagios(String componentName, String path)
nagios:host:port
Path parameter: host (required)
This is the address of the Nagios host where checks should be send.
Path parameter: port (required)
The port number of the host.componentName - to use a custom component name for the endpoint
instead of the default namepath - host:portApache Camel