| Parameter |
Description |
| --module_prefix |
Allows you to add a prefix to all module names generated by the plugin. This helps to easily identify modules within Pandora FMS, for example the name of the server or distribution: Fedora35_. |
| --allow_regexp |
Regular expression to include only certain network interfaces in monitoring. For example, if you only want to measure interfaces that start with br, you can use ^br. If left empty, all interfaces are included. |
| --deny_regexp |
Regular expression to exclude certain network interfaces from monitoring. For example, if you do not want to count the loopback interface lo, you can use ^lo$. The blacklist is applied after the whitelist if both are configured. |