Modifier and Type | Method and Description |
---|---|
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapperImpl.fitProfile(String profileLabel,
InetAddress inetAddress,
String location,
String oid) |
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapperImpl.getAgentConfigFromProfiles(InetAddress inetAddress,
String location) |
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapperImpl.getAgentConfigFromProfiles(InetAddress inetAddress,
String location,
String oid) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
ProxySnmpAgentConfigFactory.getAgentConfig(InetAddress address) |
SnmpAgentConfig |
ProxySnmpAgentConfigFactory.getAgentConfig(InetAddress address,
String location) |
SnmpAgentConfig |
ProxySnmpAgentConfigFactory.getAgentConfigFromProfile(SnmpProfile snmpProfile,
InetAddress address) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpTrapConfig.getAgentConfig()
Gets the SNMP agent configuration.
|
Modifier and Type | Method and Description |
---|---|
int |
SnmpTrapHelper.getEstimatedPacketSize(SnmpTrapConfig trapConfig,
SnmpAgentConfig agentConfig)
Gets the estimated packet size.
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
DefaultSnmpCollectionAgent.getAgentConfig() |
SnmpAgentConfig |
DefaultSnmpCollectionAgentService.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
SnmpCollectionAgentService.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
SnmpCollectionSet.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
StorageStrategyService.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentAddress) |
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentInetAddress,
int requestedSnmpVersion) |
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentAddress,
String location) |
SnmpAgentConfig |
SnmpConfigAccessService.getAgentConfig(InetAddress addr,
String location) |
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentInetAddress,
String location,
int requestedSnmpVersion) |
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfigFromProfile(SnmpProfile snmpProfile,
InetAddress address) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpPeerFactory.saveAgentConfigAsDefinition(SnmpAgentConfig snmpAgentConfig,
String location,
String module) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpAgentConfigFactory.getAgentConfig(InetAddress address,
String location)
getAgentConfig
|
SnmpAgentConfig |
SnmpAgentConfigFactory.getAgentConfigFromProfile(SnmpProfile snmpProfile,
InetAddress address)
getAgentConfig for a given profile
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpAgentConfigFactory.saveAgentConfigAsDefinition(SnmpAgentConfig snmpAgentConfig,
String location,
String module)
Create definition and merge this definition into Current SNMP Config.
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
NodeCollector.getSnmpAgentConfig() |
Constructor and Description |
---|
CdpInterfacePortNameGetter(SnmpAgentConfig peer,
LocationAwareSnmpClient client,
String location,
Integer nodeid)
The SnmpPeer object used to communicate via SNMP with the remote host.
|
Dot1dBasePortIfIndexGetter(SnmpAgentConfig peer,
LocationAwareSnmpClient client,
String location,
Integer nodeid) |
LldpLocPortGetter(SnmpAgentConfig peer,
LocationAwareSnmpClient client,
String location,
Integer nodeid) |
OspfIpAddrTableGetter(SnmpAgentConfig peer,
LocationAwareSnmpClient client,
String location,
Integer nodeid) |
SnmpGetter(SnmpAgentConfig peer,
LocationAwareSnmpClient client,
String location,
Integer nodeid) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpMonitorStrategy.getAgentConfig(MonitoredService svc,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpDetector.getAgentConfig(DetectRequest request) |
Modifier and Type | Method and Description |
---|---|
List<SnmpAgentConfig> |
SnmpDetector.getListOfAgentConfigs(DetectRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpDetector.configureAgentPTR(SnmpAgentConfig agentConfig)
configureAgentPTR
|
protected void |
SnmpDetector.configureAgentVersion(SnmpAgentConfig agentConfig)
configureAgentVersion
|
protected static String |
SnmpDetector.getValue(SnmpAgentConfig agentConfig,
String oid,
boolean hex)
getValue
|
boolean |
CiscoIpSlaDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
OmsaStorageDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
BgpSessionDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
HostResourceSWRunDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
DiskUsageDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
PercDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
boolean |
SnmpDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig) |
boolean |
OpenManageChassisDetector.isServiceDetected(InetAddress address,
SnmpAgentConfig agentConfig)
Returns true if the protocol defined by this plugin is supported.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SnmpDetector.isServiceDetected(InetAddress address,
List<SnmpAgentConfig> agentConfigList) |
Modifier and Type | Method and Description |
---|---|
static SnmpAgentConfig |
SnmpAgentConfig.fromMap(Map<String,String> map) |
static SnmpAgentConfig |
SnmpAgentConfig.parseProtocolConfigurationString(String protocolConfigString) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapper.fitProfile(String label,
InetAddress inetAddress,
String location,
String oid)
Fit a profile with specified IP address and label.
|
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapper.getAgentConfigFromProfiles(InetAddress inetAddress,
String location)
Get @
SnmpAgentConfig from SNMP profiles. |
CompletableFuture<Optional<SnmpAgentConfig>> |
SnmpProfileMapper.getAgentConfigFromProfiles(InetAddress inetAddress,
String location,
String oid)
Get @
SnmpAgentConfig from SNMP profiles. |
Modifier and Type | Method and Description |
---|---|
static void |
ShowConfigCommand.prettyPrint(SnmpAgentConfig agent) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
JoeSnmpStrategy.createWalker(SnmpAgentConfig snmpAgentConfig,
String name,
CollectionTracker tracker) |
SnmpValue |
JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid) |
SnmpValue[] |
JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids) |
CompletableFuture<SnmpValue[]> |
JoeSnmpStrategy.getAsync(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
JoeSnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue |
JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid) |
SnmpValue[] |
JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid,
SnmpValue value) |
Constructor and Description |
---|
JoeSnmpAgentConfig(SnmpAgentConfig config) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
MockSnmpStrategy.createWalker(SnmpAgentConfig agentConfig,
String name,
CollectionTracker tracker) |
SnmpValue |
MockSnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue[] |
MockSnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
CompletableFuture<SnmpValue[]> |
MockSnmpStrategy.getAsync(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
MockSnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue |
MockSnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue[] |
MockSnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
protected PropertyOidContainer |
MockSnmpStrategy.getOidContainer(SnmpAgentConfig agentConfig) |
SnmpValue[] |
MockSnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
MockSnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpRequestDTO.getAgent() |
Constructor and Description |
---|
AbstractSNMPRequestBuilder(LocationAwareSnmpClientRpcImpl client,
SnmpAgentConfig agent,
List<SnmpGetRequestDTO> gets,
List<SnmpWalkRequestDTO> walks) |
SNMPMultiGetBuilder(LocationAwareSnmpClientRpcImpl client,
SnmpAgentConfig agent,
List<SnmpObjId> oids) |
SNMPSingleGetBuilder(LocationAwareSnmpClientRpcImpl client,
SnmpAgentConfig agent,
SnmpObjId oid) |
SNMPWalkBuilder(LocationAwareSnmpClientRpcImpl client,
SnmpAgentConfig agent,
List<SnmpObjId> oids) |
SNMPWalkWithTrackerBuilder(LocationAwareSnmpClientRpcImpl client,
SnmpAgentConfig agent,
CollectionTracker tracker) |
Modifier and Type | Method and Description |
---|---|
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int timeout,
int retries,
int securityLevel,
String securityName,
String authPassPhrase,
String authProtocol,
String privPassPhrase,
String privProtocol,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int timeout,
int retries,
String community,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int securityLevel,
String securityName,
String authPassPhrase,
String authProtocol,
String privPassPhrase,
String privProtocol,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
String community,
org.snmp4j.PDU pdu) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
Snmp4JStrategy.createWalker(SnmpAgentConfig snmpAgentConfig,
String name,
CollectionTracker tracker)
SNMP4J createWalker implementation.
|
SnmpValue |
Snmp4JStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid)
SNMP4J get helper that takes a single SnmpObjId
and calls get with an array.lenght =1 and returns
the first element of the returned array of SnmpValue.
|
SnmpValue[] |
Snmp4JStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
SnmpGet implementation.
|
CompletableFuture<SnmpValue[]> |
Snmp4JStrategy.getAsync(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
Snmp4JStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oid)
Not yet implemented.
|
SnmpValue |
Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid)
SNMP4J getNext implementation
|
SnmpValue[] |
Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
SNMP GetNext implementation.
|
SnmpValue[] |
Snmp4JStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
Snmp4JStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
Constructor and Description |
---|
Snmp4JAgentConfig(SnmpAgentConfig config) |
Modifier and Type | Method and Description |
---|---|
List<PollableSnmpInterface.SnmpMinimalPollInterface> |
SnmpPollInterfaceMonitor.poll(SnmpAgentConfig agentConfig,
List<PollableSnmpInterface.SnmpMinimalPollInterface> mifaces)
poll
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
PollableSnmpInterface.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
void |
PollableSnmpInterface.setAgentConfig(SnmpAgentConfig config)
setAgentConfig
|
Constructor and Description |
---|
SnmpIfAdmin(int nodeid,
SnmpAgentConfig agent)
Construct a SnmpIfAdmin object from a SnmpPeer object
|
Constructor and Description |
---|
SnmpInfo(SnmpAgentConfig config)
Constructor for SnmpInfo.
|
Copyright © 2021. All rights reserved.