Run remote commands via Sparrowdo command line API

by melezhik
GNU/Linux ◆ xterm ◆ bash 1809 views

Recent versions of sparrowdo make it possible to run sparrow plugins via command line:

$ sparrowdo --host=127.0.0.1 \
--task_run=user@name=foo \
--task_run=bash@command='id &&  pwd && uptime && ls -l && ps uax|grep nginx|grep -v grep',user=foo \
--task_run=df-check@threshold=60