mirror of https://github.com/Icinga/icinga2.git
Fixed example config.
This commit is contained in:
parent
cfa2281be7
commit
ebe4a21dd5
|
@ -170,7 +170,7 @@ abstract object Service "demo" inherits "icinga-service" {
|
|||
*/
|
||||
object Host "localhost" {
|
||||
services = {
|
||||
"ping", "ping6",
|
||||
"ping4", "ping6",
|
||||
"http", "ssh",
|
||||
"current load", "total processes",
|
||||
"current users", "disk space",
|
||||
|
|
Loading…
Reference in New Issue