bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/cmd/scollector/conf/conf_linux.go (about) 1 package conf 2 3 type ProcessParams struct { 4 Command string 5 Name string 6 Args string 7 IncludeCount bool 8 } 9 10 type ServiceParams struct { 11 Name string 12 WatchProc bool 13 } 14 15 func (c *Conf) InitializeSWbemServices() {}