Nagios

Nagios

Scheme: nagios
Syntax: nagios:host:port
Description: To send passive checks to Nagios using JSendNSCA.
Deprecated:false
ProducerOnly:true
Async:false
Maven: org.apache.camel/camel-nagios/2.18.1.redhat-000005

To send passive checks to Nagios using JSendNSCA.

Name Kind Group Required Default Type Enum Description
host path producer true java.lang.String This is the address of the Nagios host where checks should be send.
port path producer true int The port number of the host.
bridgeErrorHandler parameter consumer boolean Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter consumer (advanced) org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the exchange pattern when the consumer creates an exchange.
connectionTimeout parameter producer 5000 int Connection timeout in millis.
encryptionMethod parameter producer org.apache.camel.component.nagios.NagiosEncryptionMethod No
Xor
TripleDes
To specify an encryption method.
password parameter producer java.lang.String Password to be authenticated when sending checks to Nagios.
sendSync parameter producer true boolean Whether or not to use synchronous when sending a passive check. Setting it to false will allow Camel to continue routing the message and the passive check message will be send asynchronously.
timeout parameter producer 5000 int Sending timeout in millis.
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).