29 lines
441 B
JSON
29 lines
441 B
JSON
|
|
{
|
||
|
|
"defaults": {
|
||
|
|
"threshold": 1,
|
||
|
|
"schedule": {
|
||
|
|
"regular_interval": 10,
|
||
|
|
"attentive_interval": 1
|
||
|
|
},
|
||
|
|
"notifications": [
|
||
|
|
{
|
||
|
|
"kind": "console",
|
||
|
|
"parameters": {
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"checks": [
|
||
|
|
{
|
||
|
|
"name": "test",
|
||
|
|
"kind": "generic_remote",
|
||
|
|
"parameters": {
|
||
|
|
"ssh_host": "bragi.pool.greenscale.de",
|
||
|
|
"ssh_user": "fenris",
|
||
|
|
"ssh_port": 8192,
|
||
|
|
"ssh_key": "/home/fenris/.ssh/keypairs/gs-bragi"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|