Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
enh(doc): add configuration options for legacycmd module (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin committed Jan 5, 2021
1 parent 3c46825 commit 72f4dc7
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/modules/centreon/legacycmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 72f4dc7

Please sign in to comment.