Skip to content

Commit 3d29a0b

Browse files
Merge pull request #184 from amd/alex_readme_nodestatus
NodeStatus + plugin update
2 parents 4dc5981 + 9a96af6 commit 3d29a0b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,17 @@ A plugin config can be used to compare the system data against the config specif
538538
Built-in configs include **NodeStatus** (a subset of plugins) and **AllPlugins** (runs every
539539
registered 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+
541552
Using a JSON file:
542553
```sh
543554
node-scraper --plugin-configs plugin_config.json

0 commit comments

Comments
 (0)