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" {
|
object Host "localhost" {
|
||||||
services = {
|
services = {
|
||||||
"ping", "ping6",
|
"ping4", "ping6",
|
||||||
"http", "ssh",
|
"http", "ssh",
|
||||||
"current load", "total processes",
|
"current load", "total processes",
|
||||||
"current users", "disk space",
|
"current users", "disk space",
|
||||||
|
|
Loading…
Reference in New Issue