13 lines
280 B
JSON
13 lines
280 B
JSON
[
|
|
{
|
|
"key": "remote",
|
|
"label": "Serveur distant",
|
|
"command": "ssh malio-b 'cd /home/malio-b/Malio-ops/CheckStorage && bash check-storage.sh && exit'"
|
|
},
|
|
{
|
|
"key": "local",
|
|
"label": "Machine locale",
|
|
"command": "bash /home/kevin/check_storage.sh"
|
|
}
|
|
]
|