mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-24 15:32:11 +00:00
added smb collector to map
Signed-off-by: Andrey Burtasov <BurtasovAA@GSP-I.RU>
This commit is contained in:
parent
db9fc9fafe
commit
ff68ef102f
@ -43,6 +43,7 @@ import (
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/remote_fx"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/scheduled_task"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/service"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/smb"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/smtp"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/system"
|
||||
"github.com/prometheus-community/windows_exporter/pkg/collector/tcp"
|
||||
@ -111,6 +112,7 @@ 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user