1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 05:29:16 +00:00
ctrl/example-inmessage/not-used/orig.toml

21 lines
422 B
TOML
Raw Normal View History

2021-02-04 10:46:58 +00:00
[[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"