mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-23 21:26:36 +00:00
@@ -102,6 +102,7 @@ var Map = map[string]types.CollectorBuilderWithFlags{
|
||||
remote_fx.Name: remote_fx.NewWithFlags,
|
||||
scheduled_task.Name: scheduled_task.NewWithFlags,
|
||||
service.Name: service.NewWithFlags,
|
||||
smb.Name: smb.NewWithFlags,
|
||||
smtp.Name: smtp.NewWithFlags,
|
||||
system.Name: system.NewWithFlags,
|
||||
teradici_pcoip.Name: teradici_pcoip.NewWithFlags,
|
||||
@@ -112,7 +113,6 @@ var Map = map[string]types.CollectorBuilderWithFlags{
|
||||
time.Name: time.NewWithFlags,
|
||||
vmware.Name: vmware.NewWithFlags,
|
||||
vmware_blast.Name: vmware_blast.NewWithFlags,
|
||||
smb.Name: smb.NewWithFlags,
|
||||
}
|
||||
|
||||
func Available() []string {
|
||||
|
||||
Reference in New Issue
Block a user