Update example configuration.

This commit is contained in:
Gunnar Beutner 2013-09-30 13:19:04 +02:00
parent 3127767eb8
commit ccd7a00fad
1 changed files with 8 additions and 8 deletions

View File

@ -3,35 +3,35 @@
*/
object Host "localhost" {
services["ping4"] = {
templates = [ "ping4" ]
check_command = "ping4"
},
services["ping6"] = {
templates = [ "ping6" ]
check_command = "ping6"
},
services["http"] = {
templates = [ "http_ip" ]
check_command = "http"
},
services["ssh"] = {
templates = [ "ssh" ]
check_command = "ssh"
},
services["load"] = {
templates = [ "load" ]
check_command = "load"
},
services["processes"] = {
templates = [ "processes" ]
check_command = "processes"
},
services["users"] = {
templates = [ "users" ]
check_command = "users"
},
services["disk"] = {
templates = [ "disk" ]
check_command = "disk"
},
macros = {