summaryrefslogtreecommitdiff
path: root/colocation-client.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-08-03 20:43:22 +0200
committerErich Eckner <git@eckner.net>2022-08-03 20:43:22 +0200
commit80567d7b4a624331bd333a678b653d4cb8ac3a02 (patch)
treedd2e743325df1795c3c1a417928c45aaa3620fe2 /colocation-client.conf
downloadcolocation-client-80567d7b4a624331bd333a678b653d4cb8ac3a02.tar.xz
initial commit
Diffstat (limited to 'colocation-client.conf')
-rw-r--r--colocation-client.conf27
1 files changed, 27 insertions, 0 deletions
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"
+ }
+ }
+ }
+ ]
+}