Uses of Interface
org.sentrysoftware.metricshub.engine.configuration.IConfiguration
Packages that use IConfiguration
Package
Description
-
Uses of IConfiguration in org.sentrysoftware.metricshub.engine.client
Methods in org.sentrysoftware.metricshub.engine.client with parameters of type IConfigurationModifier and TypeMethodDescriptionstatic StringClientsExecutor.executeWinRemoteCommand(String hostname, IConfiguration configuration, String command, List<String> embeddedFiles) Perform a WQL remote command query, either against a CIM server (WBEM) or WMIClientsExecutor.executeWql(String hostname, IConfiguration configuration, String query, String namespace) Perform a WQL query, either against a CIM server (WBEM) or WMI -
Uses of IConfiguration in org.sentrysoftware.metricshub.engine.configuration
Subinterfaces of IConfiguration in org.sentrysoftware.metricshub.engine.configurationModifier and TypeInterfaceDescriptioninterfaceThe IWinConfiguration interface represents the configuration for Windows protocols in the MetricsHub engine.Classes in org.sentrysoftware.metricshub.engine.configuration that implement IConfigurationModifier and TypeClassDescriptionclassThe HttpConfiguration class represents the configuration for HTTP connections in the MetricsHub engine.classThe IpmiConfiguration class represents the configuration for IPMI (Intelligent Platform Management Interface) connections in the MetricsHub engine.classThe OsCommandConfiguration class represents the configuration for executing OS commands in the MetricsHub engine.classThe SnmpConfiguration class represents the configuration for SNMP in the MetricsHub engine.classConfiguration class for SSH connections.classThe WbemConfiguration interface represents the configuration for the Web-Based Enterprise Management protocol in the MetricsHub engine.classThe WinRmConfiguration interface represents the configuration for the Windows Remote Management protocol in the MetricsHub engine.classThe WmiConfiguration interface represents the configuration for the Windows Management Instrumentation protocol in the MetricsHub engine. -
Uses of IConfiguration in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils with parameters of type IConfigurationModifier and TypeMethodDescriptionWqlDetectionHelper.detectNamespace(String hostname, IConfiguration configuration, WqlCriterion criterion, Set<String> possibleNamespaces) Detect the WBEM/WMI namespace applicable to the specified WBEM/WMI criterion.static Optional<char[]> OsCommandHelper.getPassword(IConfiguration protocolConfiguration) Get the password from the IWinProtocol or the SSHProtocol.static longOsCommandHelper.getTimeout(Long commandTimeout, OsCommandConfiguration osCommandConfiguration, IConfiguration configuration, long defaultTimeout) Get the timeout from: First, the command timeout Then, the command configuration timeout Then, the protocol configuration timeout Finally, the default timeoutOsCommandHelper.getUsername(IConfiguration configuration) Get the username from the IWinProtocol or the SSHProtocol.WqlDetectionHelper.performDetectionTest(String hostname, @NonNull IConfiguration configuration, @NonNull WqlCriterion criterion) Perform the specified WQL detection test, on the specified WBEM/WMI protocol configuration.