Skip to content

Conversation

@jaspals3123
Copy link
Collaborator

@jaspals3123 jaspals3123 commented Jan 23, 2026

added below args from error scraper in CmdlinePlugin

os_overrides: OS-specific overrides for cmdline requirements platform_overrides: Platform-specific overrides for cmdline requirements

Generate config:

node-scraper --gen-reference-config run-plugins CmdlinePlugin

Example:

{
 "global_args": {},
 "plugins": {
   "CmdlinePlugin": {
     "analysis_args": {
       "required_cmdline": [
         "BOOT_IMAGE=/boot/vmlinuz-4.18.0-513.9.1.el8_9.x86_64 root=UUID=fe286a87-fe51-4ca7-bfa1-588ac2f5bfe5 ro crashkernel=auto console=tty0 panic=0 nowatchdog msr.allow_writes=on nokaslr amdgpu.noretry=1 pci=realloc=off modprobe.blacklist=amdgpu numa_balancing=disable console=ttyS1,115200 console=ttyS1,115200 rd.auto=1"
       ],
       "banned_cmdline": [],
       "os_overrides": {},
       "platform_overrides": {}
     }
   }
 },
 "result_collators": {}

Run plugin with config:
node-scraper --plugin-configs plugin_config.json

@alexandraBara alexandraBara changed the title args enhancement CmdlinePlugin update: args enhancement Jan 23, 2026
@alexandraBara
Copy link
Collaborator

Can you please add a sample plugin_config.json to use with this plugin that will cover the extra analyzer args added. Can also be used in the functional tests for this plugin

@jaspals3123 jaspals3123 reopened this Jan 26, 2026
Copy link
Collaborator

@alexandraBara alexandraBara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants