File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -538,6 +538,17 @@ A plugin config can be used to compare the system data against the config specif
538538Built-in configs include **NodeStatus** (a subset of plugins) and **AllPlugins** (runs every
539539registered plugin with default arguments—useful for generating a reference config from the full system).
540540
541+ **NodeStatus plus additional plugins** — built-in configs merge with plugins named after `run-plugins`.
542+ Use **`--plugin-configs=<name>`** (equals form): with a space
543+ after `--plugin-configs`. See below for examples:
544+ ```sh
545+ node-scraper --plugin-configs=NodeStatus run-plugins PciePlugin
546+ ```
547+
548+ ```sh
549+ node-scraper --log-path ./logs --plugin-configs=NodeStatus run-plugins PciePlugin
550+ ```
551+
541552Using a JSON file:
542553```sh
543554node-scraper --plugin-configs plugin_config.json
You can’t perform that action at this time.
0 commit comments