added new task config vars to core section

This commit is contained in:
Johannes Findeisen 2013-09-20 00:55:12 +02:00
commit 172c21d82c

View file

@ -8,7 +8,7 @@
} }
}, },
"periods": { "periods": {
"always": { "seconds": 60 } "always": { "seconds": 2 }
}, },
"hostgroups":{ "hostgroups":{
"servers":{ "servers":{
@ -19,7 +19,7 @@
"class": "tcpconnect", "class": "tcpconnect",
"args": { "port": 80 }, "args": { "port": 80 },
"periods": ["always"], "periods": ["always"],
"threshold": 5 "threshold": 2
} }
] ]
} }
@ -37,10 +37,14 @@
"members":[ "root" ], "members":[ "root" ],
"tasks": { "tasks": {
"jabber":{ "jabber":{
"server": "systemchaos.org", "host": "systemchaos.org",
"port": 5222, "port": 5222,
"user": "linspector", "username": "USERNAME",
"password": "hallo_welt" "password": "PASSWORD"
},
"mail":{
"host": "localhost",
"port": 25
} }
} }
} }