Daggy Installation Instructions
» Getting Started
daggy simple.yaml
simple.yaml:
aliases:
- &my_commands
pingYa:
exec: ping ya.ru
extension: log
pingGoo:
exec: ping goo.gl
extension: log
- &ssh_auth
user: {{env_USER}}
passphrase: {{env_PASSWORD}}
sources:
localhost:
type: local
commands: *my_commands
remotehost:
host: 192.168.1.9
type: ssh2
parameters: *ssh_auth
commands: *my_commands
remotehost2:
host: 192.168.1.9
type: ssh2
parameters: *ssh_auth
commands: *my_commands
remotehost3:
host: 192.168.1.9
type: ssh2
parameters: *ssh_auth
commands: *my_commands
daggy [options] *.yaml|*.yml|*.json
Options:
-o, --output <folder> Set output folder
-f, --format <json|yaml> Source format
-i, --stdin Read data aggregation sources from stdin
-t, --timeout <time in ms> Auto complete timeout
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
Arguments:
file data aggregation sources file