Document that proc/agg/outputs are not run as part of --test
This commit is contained in:
parent
1e3e28428d
commit
fe0b964d3e
|
@ -26,7 +26,8 @@ The commands & flags are:
|
|||
--processor-filter <filter> filter the processors to enable, separator is :
|
||||
--quiet run in quiet mode
|
||||
--sample-config print out full sample configuration
|
||||
--test gather metrics, print them out, and exit
|
||||
--test gather metrics, print them out, and exit;
|
||||
processors, aggregators, and outputs are not run
|
||||
--usage <plugin> print usage for a plugin, ie, 'telegraf --usage mysql'
|
||||
--version display the version and exit
|
||||
|
||||
|
|
|
@ -26,7 +26,8 @@ The commands & flags are:
|
|||
--processor-filter <filter> filter the processors to enable, separator is :
|
||||
--quiet run in quiet mode
|
||||
--sample-config print out full sample configuration
|
||||
--test gather metrics, print them out, and exit
|
||||
--test gather metrics, print them out, and exit;
|
||||
processors, aggregators, and outputs are not run
|
||||
--usage <plugin> print usage for a plugin, ie, 'telegraf --usage mysql'
|
||||
--version display the version and exit
|
||||
|
||||
|
|
Loading…
Reference in New Issue