Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.Source
Packages that use Source
Package
Description
-
Uses of Source in org.sentrysoftware.metricshub.engine.configuration
Methods in org.sentrysoftware.metricshub.engine.configuration that return types with arguments of type SourceModifier and TypeMethodDescriptionHostConfiguration.determineAcceptedSources(boolean isLocalhost) Determine the accepted sources that can be executed using the current engine configuration -
Uses of Source in org.sentrysoftware.metricshub.engine.connector.model.monitor.task
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.monitor.task with type arguments of type SourceModifierConstructorDescriptionCreates an instance of AbstractCollect with the specified sources, mapping, and execution order.Constructs a newDiscoveryinstance with the specified sources, mapping, and execution order.Constructs a new MonoInstanceCollect instance with the provided sources, mapping, and execution order.MultiInstanceCollect(Map<String, Source> sources, Mapping mapping, Set<String> executionOrder, Set<String> keys) Constructs a newMultiInstanceCollectinstance with the provided sources, mapping, execution order, and keys.Constructs a newSimpleinstance with the provided sources, mapping, and execution order. -
Uses of Source in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
Modifier and TypeClassDescriptionclassRepresents a source task that copies data from another source.classRepresents a source that retrieves data by making an HTTP request.classRepresents a source task that retrieves data using IPMI.classRepresents a source that executes an operating system command to retrieve data.classRepresents a source task that retrieves data using SNMP GET.classRepresents a base class for SNMP-based source tasks.classRepresents a source task for SNMP-based tables.classRepresents a source task with a static value.classRepresents a source that performs a join operation on two tables.classRepresents a source that performs a union operation on multiple tables.classRepresents a source that retrieves data using WBEM (Web-Based Enterprise Management) protocol.classRepresents a source that retrieves data using Windows Management Instrumentation (WMI).Methods in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source that return Source -
Uses of Source in org.sentrysoftware.metricshub.engine.strategy.source
Method parameters in org.sentrysoftware.metricshub.engine.strategy.source with type arguments of type Source