Skip to content

Commit 63dc342

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/probe/system_sandbox_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
func probeSystemSandboxStatus (c http.FortiHTTP, meta *TargetMetadata) ([]prometheus.Metric, bool) {
2525
var (
2626
Count = prometheus.NewDesc(
27-
"fortigate_system_sandbox_status_signatures_count",
27+
"fortigate_system_sandbox_status_signatures",
2828
"The number of signatures that have been loaded on the FortiSandbox.",
2929
[]string{"configured", "type", "cloud_region", "server", "malware_package_version", "signatures_loaded", "vdom"}, nil,
3030
)

0 commit comments

Comments
 (0)