From 80567d7b4a624331bd333a678b653d4cb8ac3a02 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 3 Aug 2022 20:43:22 +0200 Subject: initial commit --- colocation-client.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 colocation-client.conf (limited to 'colocation-client.conf') diff --git a/colocation-client.conf b/colocation-client.conf new file mode 100644 index 0000000..fb80d37 --- /dev/null +++ b/colocation-client.conf @@ -0,0 +1,27 @@ +{ + "colocation_server": "https://colocation.eckner.net/", + "machines": + [ + { + "machine": "fenster-lo", + "key": "decaf", + "values": { + "running": { + } + } + }, + { + "machine": "fenster", + "key": "deadbeef", + "values": { + "power": { + "command": "lights-out get power", + "result": "stdout" + }, + "ping": { + "command": "ping -c1 fenster" + } + } + } + ] +} -- cgit v1.2.3-70-g09d2