fichiers de config Nagios

This commit is contained in:
Your Name
2023-09-24 16:00:59 +00:00
parent 1bfdc82fd2
commit e53bb1eadd
3 changed files with 1471 additions and 0 deletions

30
sio2/CYBER/Nagios/srv.cfg Normal file
View File

@@ -0,0 +1,30 @@
define host {
use linux-server ; Name of host template to use
host_name srv
alias srv
address 172.20.10.11
}
define service{
use generic-service
host_name srv
service_description WWW
check_command check_http
}
define service{
use generic-service
host_name srv
service_description SSH
check_command check_ssh
}