We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2531820 commit 6dd3d77Copy full SHA for 6dd3d77
pkg/probe/system_ntp_status.go
@@ -81,7 +81,7 @@ func probeSystemNtpStatus(c http.FortiHTTP, meta *TargetMetadata) ([]prometheus.
81
}
82
83
var result []SystemNtpStatusResult
84
- if err := c.Get("api/v2/monitor/system/ntp/status","",&result); err != nil {
+ if err := c.Get("api/v2/monitor/system/ntp/status","vdom=*",&result); err != nil {
85
log.Printf("Error: %v", err)
86
return nil, false
87
0 commit comments