Uses of Class
org.sentrysoftware.metricshub.engine.configuration.OsCommandConfiguration
Packages that use OsCommandConfiguration
Package
Description
-
Uses of OsCommandConfiguration in org.sentrysoftware.metricshub.engine.configuration
Subclasses of OsCommandConfiguration in org.sentrysoftware.metricshub.engine.configuration -
Uses of OsCommandConfiguration in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type OsCommandConfigurationModifier and TypeMethodDescriptionCriterionProcessor.buildIpmiCommand(DeviceKind hostType, String hostname, SshConfiguration sshConfiguration, OsCommandConfiguration osCommandConfiguration, int defaultTimeout) Check the OS type and version and build the correct IPMI command. -
Uses of OsCommandConfiguration in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils with parameters of type OsCommandConfigurationModifier and TypeMethodDescriptionOsCommandHelper.createOsCommandEmbeddedFiles(@NonNull String commandLine, OsCommandConfiguration osCommandConfiguration, @NonNull Map<String, EmbeddedFile> commandLineEmbeddedFiles, Function<String, File> tempFileCreator) Create the temporary embedded files in the given command line.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 timeout