Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-christophe81 committed Dec 5, 2024
1 parent 562ae49 commit 1542e7b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ L'agent peut être installé sur et superviser les OS suivants :
* Alma 8
* Alma 9
* Debian 12
* Ubuntu 22.04 LTS

</TabItem>
<TabItem value="Windows" label="Windows">
Expand Down Expand Up @@ -340,9 +339,15 @@ Deux types de log sont disponibles :

Dans le cas de logging vers un fichier, une rotation peut être paramétrée avec les clés **log_max_file_size** et **log_max_files**.

Les niveaux de logs possibles sont: trace, debug, info, warning, error, critical et off.
Les niveaux de logs possibles sont:
* off: aucun log
* critical: erreurs critiques
* error: toutes les erreurs
* info: quelques informations supplémentaires
* debug: quelques informations sur les connections en plus
* trace: le niveau de trace le plus bavard qui permet de voir les messages envoyés et reçus vers le poller

2. Redémarrer l'agent :
1. Redémarrer l'agent :
```shell
systemctl restart centagent
```
Expand All @@ -363,7 +368,13 @@ Les niveaux de logs possibles sont: trace, debug, info, warning, error, critical
* **File** : les logs sont écrits dans un fichier
* **EventLog** : les logs sont envoyés vers les [journaux d'évènements](/docs/alerts-notifications/event-log).
Si vous choisissez de logger dans un fichier, vous pouvez configurer la rotation de logs en renseignant **Max File Size** et **Max number of files**.
Les niveaux de logs possibles sont: trace, debug, info, warning, error, critical et off.
Les niveaux de logs possibles sont:
* off: aucun log
* critical: erreurs critiques
* error: toutes les erreurs
* info: quelques informations supplémentaires
* debug: quelques informations sur les connections en plus
* trace: le niveau de trace le plus bavard qui permet de voir les messages envoyés et reçus vers le poller

5. Configurez les paramètres de chiffrement.
Le chiffrement est activé par défaut. Dans le cas où l'option **Poller-initiated connection** est activée, renseignez **Max File Size** et **Max number of files**.
Expand Down
17 changes: 14 additions & 3 deletions pp/integrations/plugin-packs/getting-started/how-to-guides/cma.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The CMA can be installed on and monitor the following OSs:
* Alma 8
* Alma 9
* Debian 12
* Ubuntu 22.04 LTS

</TabItem>
<TabItem value="Windows" label="Windows">
Expand Down Expand Up @@ -343,7 +342,13 @@ You can configure two kinds of log output:

If you choose to log into a file, log rotation can be customized using the **log_max_file_size** and **log_max_files** options.

Allowed log levels are: trace, debug, info, warning, error, critical and off.
Allowed log levels are:
* off: no logs
* critical: critical errors
* error: all errors
* info: additional information
* debug: more information about connections
* trace: the most verbose trace level showing messages sent and received to the poller

2. Restart the CMA:

Expand All @@ -369,7 +374,13 @@ systemctl restart centagent

If you choose to log into a file, log rotation can be customized using the **Max File Size** and **Max number of files** options.

Allowed log levels are: trace, debug, info, warning, error, critical and off.
Allowed log levels are:
* off: no logs
* critical: critical errors
* error: all errors
* info: additional information
* debug: more information about connections
* trace: the most verbose trace level showing messages sent and received to the poller

5. Configure encryption
Encryption is activated by default. In case of a poller-initiated connection, the private key file and certificate file are mandatory.
Expand Down

0 comments on commit 1542e7b

Please sign in to comment.