diff --git a/Supervision/Centreon/Notifications-Mails.html b/Supervision/Centreon/Notifications-Mails.html index 6ad5ade..cbb5ae1 100644 --- a/Supervision/Centreon/Notifications-Mails.html +++ b/Supervision/Centreon/Notifications-Mails.html @@ -2,7 +2,7 @@ title: Notifications e-mails description: Configuration des notifications par e-mails published: true -date: 2021-05-23T20:22:48.898Z +date: 2021-05-23T20:25:08.500Z tags: editor: ckeditor dateCreated: 2021-05-23T20:22:48.898Z @@ -19,10 +19,24 @@ dateCreated: 2021-05-23T20:22:48.898Z
  • Host Notification Commands : host-notify-by-email
  • Service Notification Commands : service-notify-by-email
  • -

     

    -

     

    -

     

    -

     

    +
    +

    Cliquer sur « save »
    Il sera également nécessaire d’effectuer la configuration suivante sur les Templates de service et Template d’hôtes.

    +
    +

    Cliquer sur « Save »

    +

    Configuration du postfix

    +

    Attention SI postfix n’est pas installé sur le serveur il faudra l’installer au préalable 

    +
    yum install postfix -y
    +

    Afin de permettre les différentes notifications par email, il va falloir modifier le fichier /etc/postfix/mail.cf

    +
    vi /etc/postfix/main.cf
    +

    Une fois dans le fichier, il va falloir modifier les lignes suivantes : 

    + +

    Sauvegarder le fichier puis relancer le service postfix à l’aide de la commande suivante

    +
    /etc/init.d/postfix restart
    +

    Les notifications par e-mail sont maintenant activées.