Skip to content

Commit af8098b

Browse files
committed
Merge main and update system_ha_peer.go
Signed-off-by: Örnfeldt Philip (66140321) <philip.ornfeldt@forsakringskassan.se>
1 parent 24750b5 commit af8098b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/probe/system_ha_peer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import (
1919

2020
"github.com/prometheus/client_golang/prometheus"
2121

22-
"github.com/prometheus-community/fortigate_exporter/pkg/http"
22+
"github.com/prometheus-community/fortigate_exporter/pkg/fortigatehttpclient"
2323
)
2424

25-
func probeSystemHaPeer(c http.FortiHTTP, meta *TargetMetadata) ([]prometheus.Metric, bool) {
25+
func probeSystemHaPeer(c fortigatehttpclient.FortiHTTP, meta *TargetMetadata) ([]prometheus.Metric, bool) {
2626
info := prometheus.NewDesc(
2727
"fortigate_ha_peer_info",
2828
"Information about the ha peer.",

0 commit comments

Comments
 (0)