Pci Devices

Report an inventory of PCI devices. Attaches and detaches will show up in hardware_events.:

Query

select * from pci_devices;

Additional Query Info

  • Version: 1.0.4
  • Platform: posix
  • Interval: 7200

JSON

{
  "queries": {
    "Pci Devices": {
      "query": "select * from pci_devices;",
      "interval": "7200",
      "platform": "posix",
      "version": "1.0.4",
      "description": "Report an inventory of PCI devices. Attaches and detaches will show up in hardware_events.",
      "value": ""
    }
  }
}