Kernel Modules
Retrieves all the information for the current kernel modules in the target Linux system.:
Query
select * from kernel_modules;
Additional Query Info
- Version: 1.4.5
- Platform: linux
- Interval: 86400
JSON
{
"queries": {
"Kernel Modules": {
"query": "select * from kernel_modules;",
"interval": "86400",
"platform": "linux",
"version": "1.4.5",
"description": "Retrieves all the information for the current kernel modules in the target Linux system.",
"value": ""
}
}
}