public interface TrapdConfig
Modifier and Type | Method and Description |
---|---|
int |
getBatchIntervalMs()
Messages are aggregated in batches before being dispatched.
|
int |
getBatchSize()
Messages are aggregated in batches before being dispatched.
|
boolean |
getNewSuspectOnTrap()
Whether or not a newSuspect event should be generated with a trap from an
unknown IP address
|
int |
getNumThreads()
Number of threads used for consuming/dispatching messages.
|
int |
getQueueSize()
Maximum number of messages to keep in memory while waiting
to be dispatched.
|
String |
getSnmpTrapAddress() |
int |
getSnmpTrapPort() |
List<SnmpV3User> |
getSnmpV3Users() |
boolean |
isIncludeRawMessage() |
boolean |
shouldUseAddressFromVarbind() |
void |
update(TrapdConfig config) |
String getSnmpTrapAddress()
int getSnmpTrapPort()
boolean getNewSuspectOnTrap()
List<SnmpV3User> getSnmpV3Users()
boolean isIncludeRawMessage()
int getNumThreads()
int getQueueSize()
int getBatchSize()
int getBatchIntervalMs()
void update(TrapdConfig config)
boolean shouldUseAddressFromVarbind()
Copyright © 2021. All rights reserved.