Interface NagiosEndpointBuilderFactory.NagiosBuilders

    • Method Detail

      • nagios

        default NagiosEndpointBuilderFactory.NagiosEndpointBuilder nagios​(String path)
        Nagios (camel-nagios) Send passive checks to Nagios using JSendNSCA. Category: monitoring Since: 2.3 Maven coordinates: org.apache.camel:camel-nagios Syntax: 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.
        Parameters:
        path - host:port
        Returns:
        the dsl builder
      • nagios

        default NagiosEndpointBuilderFactory.NagiosEndpointBuilder nagios​(String componentName,
                                                                          String path)
        Nagios (camel-nagios) Send passive checks to Nagios using JSendNSCA. Category: monitoring Since: 2.3 Maven coordinates: org.apache.camel:camel-nagios Syntax: 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.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port
        Returns:
        the dsl builder