Package | Description |
---|---|
org.opennms.netmgt.collectd | |
org.opennms.netmgt.collectd.tca |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSnmpCollectionAgent
Represents a remote SNMP agent on a specific IPv4 interface.
|
Modifier and Type | Method and Description |
---|---|
static SnmpCollectionAgent |
DefaultSnmpCollectionAgent.create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create
|
static SnmpCollectionAgent |
DefaultSnmpCollectionAgent.create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr,
String location) |
protected SnmpCollectionAgent |
DefaultSnmpCollectionAgentFactory.createAgent(Integer ipInterfaceId,
IpInterfaceDao ipInterfaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr,
String location) |
SnmpCollectionAgent |
ResourceType.getAgent()
getAgent
|
protected SnmpCollectionAgent |
SnmpCollectionSet.getAgent() |
SnmpCollectionAgent |
SnmpCollectionSet.getCollectionAgent()
getCollectionAgent
|
Constructor and Description |
---|
GenericIndexResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection,
ResourceType resourceType)
Constructor for GenericIndexResourceType.
|
IfAliasResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection,
ServiceParameters params,
IfResourceType ifResourceType)
Constructor for IfAliasResourceType.
|
IfResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection)
Constructor for IfResourceType.
|
NodeResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection)
Constructor for NodeResourceType.
|
OnmsSnmpCollection(SnmpCollectionAgent agent,
ServiceParameters params,
DataCollectionConfigDao config,
LocationAwareSnmpClient client)
Constructor for OnmsSnmpCollection.
|
OnmsSnmpCollection(SnmpCollectionAgent agent,
ServiceParameters params,
LocationAwareSnmpClient client)
Constructor for OnmsSnmpCollection.
|
ResourceType(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection)
Constructor for ResourceType.
|
SnmpCollectionSet(SnmpCollectionAgent agent,
OnmsSnmpCollection snmpCollection,
LocationAwareSnmpClient client)
Constructor for SnmpCollectionSet.
|
Constructor and Description |
---|
TcaCollectionHandler(SnmpCollectionAgent agent,
RrdRepository repository,
ResourceStorageDao resourceStorageDao,
ResourceTypesDao resourceTypesDao,
LocationAwareSnmpClient locationAwareSnmpClient)
Instantiates a new TCA collection set.
|
Copyright © 2021. All rights reserved.