diff --git a/docs/modules/centreon/legacycmd.md b/docs/modules/centreon/legacycmd.md index 783c0f5..d722111 100644 --- a/docs/modules/centreon/legacycmd.md +++ b/docs/modules/centreon/legacycmd.md @@ -14,13 +14,15 @@ The module relies on the following modules to process commands: ## Configuration -| Directive | Description | Default value | -| :- | :- | :- | -| cmd_file | *Command file* to read commands from | `/var/lib/centreon/centcore.cmd` | -| cmd_dir | Directory where to watch for *command files* | `/var/lib/centreon/` | -| cache_dir | Directory where to process Centreon configuration files | `/var/cache/centreon/` | -| cache_dir_trap | Directory where to process Centreontrapd databases | `/etc/snmp/centreon_traps/` | -| remote_dir | Directory where to export Remote Servers configuration | `/var/cache/centreon/config/remote-data/` | +| Directive | Description | Default value | +| :--------------------------- | :----------------------------------------------------------- | :---------------------------------------- | +| cmd_file | *Command file* to read commands from | `/var/lib/centreon/centcore.cmd` | +| cmd_dir | Directory where to watch for *command files* | `/var/lib/centreon/` | +| cache_dir | Directory where to process Centreon configuration files | `/var/cache/centreon/` | +| cache_dir_trap | Directory where to process Centreontrapd databases | `/etc/snmp/centreon_traps/` | +| remote_dir | Directory where to export Remote Servers configuration | `/var/cache/centreon/config/remote-data/` | +| bulk_external_cmd | Bulk external commands (DOWNTIME, ACK,...) | `50` | +| bulk_external_cmd_sequential | Order bulk external commands and other commands (Eg. RELOAD) | `1` | #### Example @@ -37,8 +39,8 @@ remote_dir: "/var/cache/centreon/config/remote-data/" ## Events -| Event | Description | -| :- | :- | +| Event | Description | +| :------------- | :-------------------------------- | | LEGACYCMDREADY | Internal event to notify the core | ## API