From 5fe4fb5df00910946f17920234a1afb70b230cf0 Mon Sep 17 00:00:00 2001 From: Alexandra Bara Date: Mon, 13 Apr 2026 08:33:01 -0500 Subject: [PATCH] NodeStatus + plugin update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a218de42..eda8dea4 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,17 @@ A plugin config can be used to compare the system data against the config specif Built-in configs include **NodeStatus** (a subset of plugins) and **AllPlugins** (runs every registered plugin with default arguments—useful for generating a reference config from the full system). +**NodeStatus plus additional plugins** — built-in configs merge with plugins named after `run-plugins`. +Use **`--plugin-configs=`** (equals form): with a space +after `--plugin-configs`. See below for examples: +```sh +node-scraper --plugin-configs=NodeStatus run-plugins PciePlugin +``` + +```sh +node-scraper --log-path ./logs --plugin-configs=NodeStatus run-plugins PciePlugin +``` + Using a JSON file: ```sh node-scraper --plugin-configs plugin_config.json