Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5963/head
parent
5023e2e708
commit
882b5d2aac
|
|
@ -436,7 +436,7 @@ Provide runtine configuration to your plugins:
|
|||
|
||||
```bash
|
||||
# Pass threshold and email settings to a plugin
|
||||
influxdb3 create trigger \
|
||||
Provide runtime configuration to your plugins:
|
||||
--trigger-spec "every:1h" \
|
||||
--plugin-filename "threshold_check.py" \
|
||||
--trigger-arguments threshold=90,notify_email=admin@example.com \
|
||||
|
|
|
|||
Loading…
Reference in New Issue