Uses of Class
org.sentrysoftware.metricshub.extension.oscommand.OsCommandConfiguration
Packages that use OsCommandConfiguration
Package
Description
-
Uses of OsCommandConfiguration in org.sentrysoftware.metricshub.extension.oscommand
Subclasses of OsCommandConfiguration in org.sentrysoftware.metricshub.extension.oscommandModifier and TypeClassDescriptionclassConfiguration class for SSH-based operations.Methods in org.sentrysoftware.metricshub.extension.oscommand with parameters of type OsCommandConfigurationModifier and TypeMethodDescriptionstatic longOsCommandService.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 timeout -
Uses of OsCommandConfiguration in org.sentrysoftware.metricshub.extension.oscommand.ipmi
Methods in org.sentrysoftware.metricshub.extension.oscommand.ipmi with parameters of type OsCommandConfigurationModifier and TypeMethodDescriptionUnixIpmiCriterionProcessor.buildIpmiCommand(DeviceKind hostType, String hostname, SshConfiguration sshConfiguration, OsCommandConfiguration osCommandConfiguration, int defaultTimeout, TelemetryManager telemetryManager) Check the OS type and version and build the correct IPMI command.