Modifier and Type | Class and Description |
---|---|
class |
MockCollectionAgent
The Class MockCollectionAgent.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
ServiceCollectorImpl.collect(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
ServiceCollectorImpl.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
void |
ServiceCollectorImpl.validateAgent(CollectionAgent agent,
Map<String,Object> parameters) |
Modifier and Type | Interface and Description |
---|---|
interface |
SnmpCollectionAgent
CollectionAgent interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSnmpCollectionAgent
Represents a remote SNMP agent on a specific IPv4 interface.
|
Modifier and Type | Method and Description |
---|---|
CollectionAgent |
ForceRescanState.getAgent()
getAgent
|
CollectionAgent |
SnmpCollectionResource.getCollectionAgent()
getCollectionAgent
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
VmwareCimCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
This method collect the data for a given collection agent.
|
CollectionSet |
VmwareCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
This method collect the data for a given collection agent.
|
CollectionSet |
WsManCollector.collect(CollectionAgent agent,
Map<String,Object> parameters) |
CollectionSet |
JdbcCollector.collect(CollectionAgent agent,
Map<String,Object> parameters) |
CollectionSet |
WmiCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
JMXCollector.collect(CollectionAgent agent,
Map<String,Object> map) |
CollectionSet |
HttpCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
SnmpCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
CollectionSet |
SnmpCollectorNG.collect(CollectionAgent agent,
Map<String,Object> parameters) |
abstract CollectionSet |
AbstractSnmpCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Map<String,Object> |
VmwareCimCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
VmwareCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
WsManCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
JdbcCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
WmiCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
JMXCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Map<String,Object> |
HttpCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
void |
AbstractSnmpCollector.validateAgent(CollectionAgent agent,
Map<String,Object> parameters) |
Constructor and Description |
---|
ForceRescanState(CollectionAgent agent,
EventProxy eventProxy)
Constructor for ForceRescanState.
|
IfInfo(ResourceType def,
CollectionAgent agent,
SnmpIfData snmpIfData)
Constructor for IfInfo.
|
NodeInfo(NodeResourceType def,
CollectionAgent agent)
Constructor for NodeInfo.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
PrometheusCollector.collect(CollectionAgent agent,
Map<String,Object> map) |
Map<String,Object> |
PrometheusCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
protected static CollectionSet |
PrometheusCollector.toCollectionSet(CollectionAgent agent,
PrometheusCollectionRequest request,
List<Metric> metrics) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
TcaCollector.collect(CollectionAgent agent,
Map<String,Object> parameters) |
Constructor and Description |
---|
WmiResourceType(CollectionAgent agent,
ResourceType resourceType) |
Modifier and Type | Method and Description |
---|---|
CollectionAgent |
CollectionAgentFactory.createCollectionAgent(OnmsIpInterface ipIf) |
CollectionAgent |
CollectionAgentFactory.createCollectionAgent(String nodeCriteria,
InetAddress ipAddr) |
CollectionAgent |
CollectionAgentFactory.createCollectionAgentAndOverrideLocation(String nodeCriteria,
InetAddress ipAddr,
String location)
Create a collection agent for the given IP interface, and
optionally override the node's location.
|
Modifier and Type | Method and Description |
---|---|
CollectionSet |
ServiceCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Map<String,Object> |
ServiceCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters)
Invoked before every call to
#collect(CollectionAgent, EventProxy, Map) in order
to retrieve state/runtime information required for perform the collection. |
Map<String,Object> |
AbstractServiceCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
void |
ServiceCollector.validateAgent(CollectionAgent agent,
Map<String,Object> parameters)
Validate whether or not this collector should be scheduled
to run against the given agent.
|
void |
AbstractServiceCollector.validateAgent(CollectionAgent agent,
Map<String,Object> parameters) |
CollectorRequestBuilder |
CollectorRequestBuilder.withAgent(CollectionAgent agent) |
Modifier and Type | Method and Description |
---|---|
CollectionAgent |
CollectorRequestDTO.getAgent() |
Modifier and Type | Method and Description |
---|---|
void |
CollectorRequestDTO.setAgent(CollectionAgent agent) |
CollectorRequestBuilder |
CollectorRequestBuilderImpl.withAgent(CollectionAgent agent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionAgentFactory<T extends CollectionAgent> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCollectionAgent
Represents a remote agent on a specific IPv4 interface.
|
Modifier and Type | Method and Description |
---|---|
static CollectionAgent |
DefaultCollectionAgent.create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create
|
static CollectionAgent |
DefaultCollectionAgent.create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr,
String location) |
protected CollectionAgent |
DefaultCollectionAgentFactory.createAgent(Integer ipInterfaceId,
IpInterfaceDao ipInterfaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr,
String location) |
CollectionAgent |
OsgiCollectionAgentFactory.createCollectionAgent(OnmsIpInterface ipIf) |
CollectionAgent |
OsgiCollectionAgentFactory.createCollectionAgent(String nodeCriteria,
InetAddress ipAddr) |
CollectionAgent |
OsgiCollectionAgentFactory.createCollectionAgentAndOverrideLocation(String nodeCriteria,
InetAddress ipAddr,
String location) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
CollectionSpecification.collect(CollectionAgent agent)
collect
|
protected static ResourcePath |
DefaultCollectionAgentService.createStorageResourcePath(CollectionAgent agent) |
void |
CollectionSpecification.initialize(CollectionAgent agent)
initialize
|
void |
CollectionSpecification.release(CollectionAgent agent)
release
|
boolean |
CollectionSpecification.scheduledOutage(CollectionAgent agent)
scheduledOutage
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionAgentDTO |
Constructor and Description |
---|
CollectionAgentDTO(CollectionAgent agent) |
CollectionSetDTO(CollectionAgent agent,
CollectionStatus status,
Date timestamp,
Map<Resource,List<Attribute<?>>> attributesByResource,
boolean disableCounterPersistence,
Long sequenceNumber) |
Modifier and Type | Field and Description |
---|---|
protected CollectionAgent |
AbstractCollectionResource.m_agent |
Constructor and Description |
---|
AbstractCollectionResource(CollectionAgent agent)
Constructor for AbstractCollectionResource.
|
Modifier and Type | Method and Description |
---|---|
static AbstractCollectionResource |
CollectionSetBuilder.toCollectionResource(Resource resource,
CollectionAgent agent) |
Constructor and Description |
---|
CollectionSetBuilder(CollectionAgent agent) |
Modifier and Type | Method and Description |
---|---|
CollectionAgent |
CollectorComplianceTest.createAgent(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr) |
Modifier and Type | Method and Description |
---|---|
static void |
CollectorTestUtils.collectNTimes(RrdStrategy<?,?> rrdStrategy,
ResourceStorageDao resourceStorageDao,
CollectionSpecification spec,
CollectionAgent agent,
int numUpdates) |
static void |
CollectorTestUtils.failToCollectNTimes(RrdStrategy<?,?> rrdStrategy,
ResourceStorageDao resourceStorageDao,
CollectionSpecification spec,
CollectionAgent agent,
int numUpdates) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
WSManDataCollectionConfigDao.getGroupsForAgent(Collection collection,
CollectionAgent agent,
WsmanAgentConfig agentConfig,
OnmsNode node) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
WSManDataCollectionConfigDaoJaxb.getGroupsForAgent(Collection collection,
CollectionAgent agent,
WsmanAgentConfig agentConfig,
OnmsNode node) |
static boolean |
WSManDataCollectionConfigDaoJaxb.isAgentSupportedBySystemDefinition(SystemDefinition sysDef,
CollectionAgent agent,
WsmanAgentConfig agentConfig,
OnmsNode node) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
XmpCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Modifier and Type | Method and Description |
---|---|
CollectionAgent |
CollectionSetWithAgent.getAgent() |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
ScriptedCollectionSetBuilder.build(CollectionAgent agent,
Object message,
Long timestamp)
Builds a collection set from the given message.
|
Constructor and Description |
---|
CollectionSetWithAgent(CollectionAgent agent,
CollectionSet collectionSet) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJsonCollectionHandler.fillCollectionSet(CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source,
net.sf.json.JSONObject json)
Fill collection set.
|
protected void |
DefaultJsonCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
NSClientCollector.collect(CollectionAgent agent,
Map<String,Object> parameters)
Invokes a collection on the object.
|
Map<String,Object> |
NSClientCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
XmlCollector.collect(CollectionAgent agent,
Map<String,Object> parameters) |
CollectionSet |
AbstractXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
CollectionSet |
Sftp3gppXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
CollectionSet |
XmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters)
Collect.
|
protected void |
AbstractXmlCollectionHandler.fillCollectionSet(CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source,
Document doc)
Fill collection set.
|
protected abstract void |
AbstractXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source)
Fill collection set.
|
protected void |
DefaultXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
protected void |
Sftp3gppXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
protected Resource |
AbstractXmlCollectionHandler.getCollectionResource(CollectionAgent agent,
String instance,
String resourceType,
Date timestamp)
Gets the collection resource.
|
Map<String,Object> |
XmlCollector.getRuntimeAttributes(CollectionAgent agent,
Map<String,Object> parameters) |
XmlDataCollection |
XmlCollector.parseCollection(XmlDataCollection collection,
XmlCollectionHandler handler,
CollectionAgent agent,
Map<String,Object> parameters) |
Request |
AbstractXmlCollectionHandler.parseRequest(NodeDao nodeDao,
Request unformattedRequest,
CollectionAgent agent,
Integer collectionStep,
Map<String,String> parameters)
Parses the request.
|
Request |
XmlCollectionHandler.parseRequest(NodeDao nodeDao,
Request unformattedRequest,
CollectionAgent agent,
Integer collectionStep,
Map<String,String> parameters) |
String |
AbstractXmlCollectionHandler.parseUrl(NodeDao nodeDao,
String unformattedUrl,
CollectionAgent agent,
Integer collectionStep,
Map<String,String> parameters)
Parses the URL.
|
String |
XmlCollectionHandler.parseUrl(NodeDao nodeDao,
String unformattedUrl,
CollectionAgent agent,
Integer collectionStep,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
Sftp3gppVTDXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
protected void |
AbstractVTDXmlCollectionHandler.fillCollectionSet(CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source,
com.ximpleware.VTDNav document)
Fill collection set.
|
protected void |
DefaultVTDXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
protected void |
Sftp3gppVTDXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
Copyright © 2021. All rights reserved.