Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
host | path | java.lang.String | true | false | This is the address of the Nagios host where checks should be send. | ||
port | path | int | true | false | The port number of the host. | ||
connectionTimeout | parameter | int | false | 5000 | Connection timeout in millis. | ||
timeout | parameter | int | false | 5000 | Sending timeout in millis. | ||
password | parameter | java.lang.String | false | Password to be authenticated when sending checks to Nagios. | |||
encryptionMethod | parameter | org.apache.camel.component.nagios.NagiosEncryptionMethod | false | No Xor TripleDes |
To specify an encryption method. | ||
sendSync | parameter | boolean | false | true | 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. | ||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |