mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Update example configuration.
This commit is contained in:
parent
3127767eb8
commit
ccd7a00fad
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user