Uses of Class
org.sentrysoftware.metricshub.extension.oscommand.SshConfiguration
Packages that use SshConfiguration
Package
Description
-
Uses of SshConfiguration in org.sentrysoftware.metricshub.extension.oscommand
Methods in org.sentrysoftware.metricshub.extension.oscommand with parameters of type SshConfigurationModifier and TypeMethodDescriptionstatic StringOsCommandService.runSshCommand(@NonNull String command, @NonNull String hostname, @NonNull SshConfiguration sshConfiguration, long timeout, List<File> localFiles, String noPasswordCommand) Run an SSH command, checking if it can be executed on localhost or remotely. -
Uses of SshConfiguration in org.sentrysoftware.metricshub.extension.oscommand.ipmi
Methods in org.sentrysoftware.metricshub.extension.oscommand.ipmi with parameters of type SshConfigurationModifier 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.