Skip to content

Archipel Agent's configuration file

Cyril Peponnet edited this page Mar 19, 2015 · 3 revisions

Archipel configuration files are flexible to make your life easier.

archipel.conf

Archipel Agent Main configuration

In this file you will configure everything related to Archipel agent (logging, path...)

plugins

Each plugin have it's own configuration file located in /etc/archipel/modules.d/.

To enable or disable a plugin just edit it's configuration file and change

#
# Module activation.
#
[MODULES]
plugin_name            = True

to

#
# Module activation.
#
[MODULES]
plugin_name            = False

Clone this wiki locally