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. | ||
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. | ||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |