mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-08 05:09:15 +00:00
21 lines
No EOL
422 B
TOML
21 lines
No EOL
422 B
TOML
[[jsonFromFile]]
|
|
[jsonFromFile.subject]
|
|
node = "ship1"
|
|
messageType = "command"
|
|
method = "shellcommand"
|
|
domain = "shell"
|
|
|
|
[jsonFromFile.message]
|
|
data = [ "bash", "-c", "uname -a" ]
|
|
messageType = "eventReturnAck"
|
|
|
|
[[jsonFromFile]]
|
|
[jsonFromFile.subject]
|
|
node = "ship2"
|
|
messageType = "command"
|
|
method = "shellcommand"
|
|
domain = "shell"
|
|
|
|
[jsonFromFile.message]
|
|
data = [ "bash", "-c", "uname -a" ]
|
|
messageType = "eventReturnAck" |