mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-12 09:19:31 +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/remote_fx"
|
||||||
"github.com/prometheus-community/windows_exporter/pkg/collector/scheduled_task"
|
"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/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/smtp"
|
||||||
"github.com/prometheus-community/windows_exporter/pkg/collector/system"
|
"github.com/prometheus-community/windows_exporter/pkg/collector/system"
|
||||||
"github.com/prometheus-community/windows_exporter/pkg/collector/tcp"
|
"github.com/prometheus-community/windows_exporter/pkg/collector/tcp"
|
||||||
@ -111,6 +112,7 @@ var Map = map[string]types.CollectorBuilderWithFlags{
|
|||||||
time.Name: time.NewWithFlags,
|
time.Name: time.NewWithFlags,
|
||||||
vmware.Name: vmware.NewWithFlags,
|
vmware.Name: vmware.NewWithFlags,
|
||||||
vmware_blast.Name: vmware_blast.NewWithFlags,
|
vmware_blast.Name: vmware_blast.NewWithFlags,
|
||||||
|
smb.Name: smb.NewWithFlags,
|
||||||
}
|
}
|
||||||
|
|
||||||
func Available() []string {
|
func Available() []string {
|
||||||
|
Loading…
Reference in New Issue
Block a user