diff --git a/monitoring/unit/gpu_linux.go b/monitoring/unit/gpu_linux.go index 750f285..adda9aa 100644 --- a/monitoring/unit/gpu_linux.go +++ b/monitoring/unit/gpu_linux.go @@ -104,16 +104,18 @@ func getFromSysfsDRM() string { matches, _ := filepath.Glob("/sys/class/drm/card*") excludedDrivers := map[string]bool{ - "virtio-pci": true, - "virtio_gpu": true, - "bochs-drm": true, - "qxl": true, - "vmwgfx": true, - "cirrus": true, - "vboxvideo": true, - "hyperv_fb": true, - "simpledrm": true, - "simplefb": true, + "virtio-pci": true, + "virtio_gpu": true, + "bochs-drm": true, + "qxl": true, + "vmwgfx": true, + "cirrus": true, + "vboxvideo": true, + "hyperv_fb": true, + "simpledrm": true, + "simplefb": true, + "cirrus-qemu": true, + "ast": true, //some LXC containers } for _, path := range matches {