Moved testing and example files to testing-folder

This commit is contained in:
2014-01-19 12:11:43 +01:00
parent f98d3b7b5a
commit 2206b61492
7 changed files with 0 additions and 0 deletions

21
testing/testconf.cfg Normal file
View File

@@ -0,0 +1,21 @@
define host {
host_name labrat.nixnet.jke
alias labrat
ddress 192.168.0.27
use generic-host
}
define service {
use generic-service
host_name labrat.nixnet.jke
service_description ssh
check_command check_ssh
}
define service {
use generic-service
host_name labrat.nixnet.jke
service_description http
check_command check_http
}