Skip to content

Commit

Permalink
Issue #172: Add Hardware Module back to MetricsHub
Browse files Browse the repository at this point in the history
* Reformatted the code
  • Loading branch information
CherfaElyes committed May 17, 2024
1 parent ad77a75 commit 5b71492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
import org.sentrysoftware.metricshub.engine.telemetry.TelemetryManager;
import org.sentrysoftware.metricshub.engine.telemetry.metric.AbstractMetric;
import org.sentrysoftware.metricshub.engine.telemetry.metric.NumberMetric;
import org.sentrysoftware.metricshub.extension.snmp.SnmpConfiguration;
import org.sentrysoftware.metricshub.hardware.strategy.HardwarePostCollectStrategy;
import org.sentrysoftware.metricshub.hardware.strategy.HardwarePostDiscoveryStrategy;
import org.sentrysoftware.metricshub.extension.snmp.SnmpConfiguration;

@ExtendWith(MockitoExtension.class)
class MonitoringTaskTest {
Expand Down
2 changes: 2 additions & 0 deletions metricshub-hardware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@
<dependency>
<groupId>org.sentrysoftware</groupId>
<artifactId>metricshub-snmp-extension</artifactId>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.sentrysoftware</groupId>
<artifactId>metricshub-oscommand-extension</artifactId>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 5b71492

Please sign in to comment.