15
wmi/wmi.go
15
wmi/wmi.go
@@ -28,21 +28,6 @@ func (m *WMIMatcher) Key() string {
|
||||
func (m *WMIMatcher) Type() string {
|
||||
return "MONITORING"
|
||||
}
|
||||
func (m *WMIMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "WMI"
|
||||
|
||||
Reference in New Issue
Block a user