Update example configuration.

This commit is contained in:
Gunnar Beutner 2013-09-30 13:19:04 +02:00
parent 3127767eb8
commit ccd7a00fad

View File

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