Skip to content

Commit 299d05b

Browse files
PhilldomdSuperQ
andauthored
Update pkg/probe/system_central_management.go
Sorry missed that Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Philip Örnfeldt <1583206+Philldomd@users.noreply.github.com>
1 parent af6e0f6 commit 299d05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/probe/system_central_management.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func probeSystemCentralManagementStatus (c http.FortiHTTP, meta *TargetMetadata)
3333
"Status of the connection from FortiGate to the central management server. (down = 0, up = 1, handshake = 2)",
3434
[]string{"server", "mgmt_ip", "mgmt_port", "sn", "pendfortman"}, nil,
3535
)
36-
registration_status = prometheus.NewDesc(
36+
registrationStatus = prometheus.NewDesc(
3737
"fortigate_system_central_management_registration_status",
3838
"Status of the registration from FortiGate to the central management server. (unknown = -1, in_progress = 2, registered = 1, unregistered = 0)",
3939
[]string{"server", "mgmt_ip", "mgmt_port", "sn", "pendfortman"}, nil,

0 commit comments

Comments
 (0)