# Parameters
-h, --help **Help information on the plugin arguments.**
-c, --collectdctl **Path of** `collectdctl`.
-r, --add\_regexp**Regular expression (regexp) to add metrics** (by default `.*`).
-R, --ignore\_regexp**Regular expression (regexp) to remove metrics** (by default none).
-d, --agent\_description**Description of the agent created by the plugin** (by default "Agent from pandora\_collectd").
-a, --agent\_alias**Name of the agent created by the plugin** (by default `pandora_collectd`).
-i, --tentacle\_ip**IP address of the Tentacle server** (by default 127.0.0.1).
-p, --tentacle\_port**Tentacle port** (by default 41121).
-O, --tentacle\_extra\_opts**Tentacle extra options** (by default none)
-v, --verbose**Displays all values obtained on the screen.**

Python regular expressions [https://docs.python.org/3/library/re.html#regular-expression-syntax](https://docs.python.org/3/library/re.html#regular-expression-syntax)