Skip to content

Commit 6eb3cc6

Browse files
PhilldomdSuperQ
andauthored
Update pkg/probe/system_sandbox_connection.go
Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Philip Örnfeldt <1583206+Philldomd@users.noreply.github.com>
1 parent 103454c commit 6eb3cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/probe/system_sandbox_connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func probeSystemSandboxConnection(c http.FortiHTTP, meta *TargetMetadata) ([]pro
2525
connectionStatus = prometheus.NewDesc(
2626
"fortigate_sandbox_connection_status",
2727
"Sandbox connection status, (unreachable=0, reachable=1, disabled=-1)",
28-
[]string{"type"}, nil,
28+
[]string{"sandbox_type"}, nil,
2929
)
3030
)
3131

0 commit comments

Comments
 (0)