diff --git a/doc/en/administration_guide/logs.rst b/doc/en/administration_guide/logs.rst index deabf033e93..088c9da9b1c 100644 --- a/doc/en/administration_guide/logs.rst +++ b/doc/en/administration_guide/logs.rst @@ -7,7 +7,7 @@ Principle ********* By default, Centreon retains all user actions concerning changes to configuration in a log. -To access this data, go into the menu: **Administration** ==> **Logs**. +To access this data, go into the menu: **Administration > Logs**. .. image:: /images/guide_exploitation/fsearchlogs.png :align: center @@ -69,3 +69,13 @@ The table below defines the columns of the changes table: | | - Before: Indicates the previous value | | | - After: Indicates the new value | +----------------------+-----------------------------------------------------------+ + +============= +Configuration +============= + +To enable user audit logs, go to **Administration > Parameters > Options** and +check the **Enable/Disable audit logs** option: + +.. image:: /images/guide_exploitation/logs_audit_enable.png + :align: center diff --git a/doc/en/images/guide_exploitation/fobjectmodif.png b/doc/en/images/guide_exploitation/fobjectmodif.png index 7efe1dea478..05a6f8b2b56 100644 Binary files a/doc/en/images/guide_exploitation/fobjectmodif.png and b/doc/en/images/guide_exploitation/fobjectmodif.png differ diff --git a/doc/en/images/guide_exploitation/logs_audit_enable.png b/doc/en/images/guide_exploitation/logs_audit_enable.png new file mode 100644 index 00000000000..698d39b2cf8 Binary files /dev/null and b/doc/en/images/guide_exploitation/logs_audit_enable.png differ diff --git a/doc/fr/administration_guide/logs.rst b/doc/fr/administration_guide/logs.rst index 70c5721674a..2092e9bcd17 100644 --- a/doc/fr/administration_guide/logs.rst +++ b/doc/fr/administration_guide/logs.rst @@ -7,7 +7,7 @@ Principe ******** Par défaut, Centreon conserve dans un journal toutes les actions utilisateurs concernant la modification de la configuration de la supervision. -Pour accéder à ces informations, rendez-vous dans le menu **Administration** ==> **Journal d'évènements**. +Pour accéder à ces informations, rendez-vous dans le menu **Administration > Journal d'évènements**. .. image :: /images/guide_exploitation/fsearchlogs.png :align: center @@ -33,12 +33,12 @@ Le tableau ci-dessous définit les colonnes du tableau de résultats : +----------------------+------------------------------------------------------------------------------------------------------------+ | Type de modification | Contient le type d'action effectuée. Il existe plusieurs types d'actions possibles : | | | | -| | - Added : Indique que l'objet a été ajouté | -| | - Changed : Indique que l'objet a été modifié | -| | - Deleted : Indique que l'objet a été supprimé | -| | - Massive Change : Indique un changement massif de configuration sur des objets | -| | - Enabled : Indique que l'objet a été activé | -| | - Disabled : Indique que l'objet a été désactivé | +| | - Ajouté : Indique que l'objet a été ajouté | +| | - Modifié : Indique que l'objet a été modifié | +| | - Supprimé : Indique que l'objet a été supprimé | +| | - Changement massif : Indique un changement massif de configuration sur des objets | +| | - Activé : Indique que l'objet a été activé | +| | - Désactivé : Indique que l'objet a été désactivé | +----------------------+------------------------------------------------------------------------------------------------------------+ | Type | Indique le type d'objet concerné | +----------------------+------------------------------------------------------------------------------------------------------------+ @@ -69,3 +69,14 @@ Le tableau ci-dessous définit les colonnes du tableau des modifications : | | - Avant : Indique l'ancienne valeur | | | - Après : Indique la nouvelle valeur | +----------------------+-----------------------------------------------------------+ + +============= +Configuration +============= + +Pour activer la journalisation des actions utilisateurs, rendez-vous dans le +menu **Administration > Paramètres > Options** et cocher la case +**Activer/Désactiver les journaux d'audit**: + +.. image:: /images/guide_exploitation/logs_audit_enable.png + :align: center diff --git a/doc/fr/images/guide_exploitation/fobjectmodif.png b/doc/fr/images/guide_exploitation/fobjectmodif.png index 74f09bb4459..b88b5320e38 100644 Binary files a/doc/fr/images/guide_exploitation/fobjectmodif.png and b/doc/fr/images/guide_exploitation/fobjectmodif.png differ diff --git a/doc/fr/images/guide_exploitation/logs_audit_enable.png b/doc/fr/images/guide_exploitation/logs_audit_enable.png new file mode 100644 index 00000000000..79246a873cf Binary files /dev/null and b/doc/fr/images/guide_exploitation/logs_audit_enable.png differ