Skip to content

Conversation

@alexandraBara
Copy link
Collaborator

@alexandraBara alexandraBara commented Dec 19, 2025

Added collection_arg option to skip writing dmesg.log to disk.
How to run:

node-scraper run-plugins DmesgPlugin --log_dmesg_data false

or with plugin_config.py:

{
  "global_args": {},
  "plugins": {
    "DmesgPlugin": {
          "collection_args": {
            "log_dmesg_data": 0
          }
        }
  },
  "result_collators": {},
  "name": "plugin_config",
  "desc": "Auto generated config"
}

and run:

 node-scraper --plugin-configs ~/plugin_config_dmesg.plugin


collect_rotated_logs: bool = False
skip_sudo: bool = False
collect_dmesg_log: bool = True
Copy link
Collaborator

Choose a reason for hiding this comment

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

Think this should be changed to something like 'log_dmesg_data' instead

@alexandraBara alexandraBara merged commit 19dea9c into development Dec 19, 2025
6 checks passed
@alexandraBara alexandraBara deleted the alex_dmesg branch December 19, 2025 17:44
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