mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-27 07:06:35 +00:00
chore(deps): Update wmi to v1.2.2
This includes a move from github.com/StackExchange/wmi to github.com/yusufpapurcu/wmi, as the StackExchange repository has been archived. Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package collector
|
||||
|
||||
import (
|
||||
"github.com/StackExchange/wmi"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/yusufpapurcu/wmi"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -119,7 +119,6 @@ func newMSCluster_NodeCollector() (Collector, error) {
|
||||
|
||||
// MSCluster_Node docs:
|
||||
// - https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-node
|
||||
//
|
||||
type MSCluster_Node struct {
|
||||
Name string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user