Compare commits

...

3 Commits

Author SHA1 Message Date
e0d25e598a ajout de la machine s-itil 2021-01-19 15:11:46 +01:00
693d088dab Ajout de README.md pour postfix 2021-01-18 11:25:11 +01:00
b6919b1e30 Ajout de README.md pour postfix 2021-01-18 11:21:38 +01:00
3 changed files with 21 additions and 7 deletions

View File

@ -15,13 +15,13 @@ define hostgroup {
define hostgroup {
hostgroup_name debian-servers
alias Serveurs distant
members s-infra, s-proxy, r-int, r-ext, s-adm, s-test
members s-infra, s-proxy, r-int, r-ext, s-adm, s-test, s-itil
}
define hostgroup { 
hostgroup_name ssh-servers
alias acces SSH
members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, s-test, gwsio2
members s-adm, s-infra, s-proxy, r-int, r-ext, localhost, s-test, gwsio2, s-itil
}
define hostgroup { 
@ -39,7 +39,7 @@ define hostgroup { 
define hostgroup {
hostgroup_name http-servers
alias serveurs-web
members localhost
members localhost, s-itil
}
#define hostgroup {
@ -69,6 +69,6 @@ define hostgroup{
define hostgroup{
hostgroup_name uptimegrp
alias uptimegrp
members s-infra, s-proxy, r-int, r-ext, s-adm, s-test
members s-infra, s-proxy, r-int, r-ext, s-adm, s-test, s-itil
}

View File

@ -0,0 +1,14 @@
# A simple configuration file for monitoring the local host
# This can serve as an example for configuring other servers;
# Custom services specific to this host are added here, but services
# defined in nagios2-common_services.cfg may also apply.
#
define host{
use generic-host ; Name of host template to use
host_name s-itil
alias debian-servers
address 172.16.0.9
parents r-int
}

View File

@ -1,4 +1,4 @@
# Mise en place manuelle de Postfix
# Post-installation de Postfix
Entrer votre adresse mail et votre mot de passe dans le fichier /etc/postfix/sasl_passwd
@ -29,9 +29,9 @@ Lancer la commande suivante pour prendre en compte la modification:
```
Activer l'accès aux applications moins sécurisé depuis son compte google
Activer l'**Accès moins sécurisé des applications** depuis son compte google
Désactiver un service puis vérifier ses mails (attendre quelques minutes)
Désactiver un service puis vérifier ses mails (attendre 5 minutes entre chaque test)
```