Uses of Class
org.sentrysoftware.metricshub.engine.telemetry.MetricFactory
Packages that use MetricFactory
-
Uses of MetricFactory in org.sentrysoftware.metricshub.engine.strategy.collect
Methods in org.sentrysoftware.metricshub.engine.strategy.collect with parameters of type MetricFactoryModifier and TypeMethodDescriptionvoidProtocolHealthCheckStrategy.checkHttpHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check HTTP protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkIpmiHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check Ipmi protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkSnmpHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check SNMP protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkSshHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check SSH protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkWbemHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check WBEM protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkWinRmHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check WINRM protocol health on the hostname for the host monitor.voidProtocolHealthCheckStrategy.checkWmiHealth(String hostname, Monitor hostMonitor, MetricFactory metricFactory) Check WMI protocol health on the hostname for the host monitor.