This commit is contained in:
crusader
2018-10-23 13:31:25 +09:00
parent 0a05e38d8b
commit bce329e44e
28 changed files with 62 additions and 57 deletions

View File

@@ -21,11 +21,11 @@ type WMIMatcher struct {
osm.Matchers
}
func (m *WMIMatcher) Key() string {
func (m *WMIMatcher) Key(matchCtx *osm.MatchCtx) string {
return "WMI"
}
func (m *WMIMatcher) Type() string {
func (m *WMIMatcher) Type(matchCtx *osm.MatchCtx) string {
return "MONITORING"
}
func (m *WMIMatcher) Vendor(matchCtx *osm.MatchCtx) string {