This commit is contained in:
root
2021-09-20 14:52:21 +02:00
parent e2434ee93c
commit 22508e2755
4 changed files with 1882 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
define host {
use linux-server
host_name srv
alias srv
address 192.168.0.28
}
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
}