summaryrefslogtreecommitdiff
path: root/colocation-client.conf
diff options
context:
space:
mode:
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"
+ }
+ }
+ }
+ ]
+}