added new task config vars to core section
This commit is contained in:
parent
c80b7d17f3
commit
172c21d82c
1 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue