15-nagios

This commit is contained in:
root 2021-09-20 17:52:40 +02:00
parent 24f3037c52
commit e546c95c3d
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ define contact {
contact_name nagiosadmin ; Short name of user
use generic-contact ; Inherit default values from generic-contact template (defined above)
alias Nagios Admin ; Full name of user
email nagios@localhost ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
email supervisionraphanaud@gmail.com ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
}

View File

@ -3,6 +3,7 @@ define host {
host_name srv
alias srv
address 192.168.0.26
parents localhost
}
define service{
use generic-service