Skip to main content

Configuration

General plugin settings

## Launch a pre-command before invoke docker commands
docker = Docker
## Module interval
module_interval = 1
## Module_tags = docker,stats
module_group = Docker
## Execution mode
## global: Will generate modules that summarize the performance of all Docker containers as a whole.
## container: It will generate individual modules for each running container (CPU, Memory, Net In/Out, Block In/Out per container).
mode = global

docker
Location of the complete docker binary, if it exists in the system PATH you can leave the default value ‘docker’.

module_interval
Is a multiplicative factor of the agent interval value. It defines the interval of module execution. It will prevent the modules from going unknown if we have to the plugin execution interval is greater than the agent one.

module_group
Defines the module group in which the modules generated by the plugin will be classified. It should be previously defined in Pandora FMS.

mode

It will generate modules that summarize the performance of all the Docker containers as a whole and container It will generate individual modules for each container in execution (CPU, Memory, Net In/Out, Block In/Out by container).