From afd74341a6a609c65ca26ef1c8db0b6abd29b0d3 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sun, 19 Jan 2025 23:01:05 +0100 Subject: [PATCH] Add influxdb --- .../entry.json | 10 ++++++++ .../store.json | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/entry.json create mode 100644 stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json diff --git a/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/entry.json b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/entry.json new file mode 100644 index 0000000..b22f86b --- /dev/null +++ b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/entry.json @@ -0,0 +1,10 @@ +{ + "uuid" : "e3b9d53e-3b70-4dd2-81d5-b8be0499e10b", + "name" : "Influxdb", + "categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e", + "color" : null, + "icon" : null, + "configuration" : { + "deletable" : true + } +} \ No newline at end of file diff --git a/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json new file mode 100644 index 0000000..c623bec --- /dev/null +++ b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json @@ -0,0 +1,23 @@ +{ + "type" : "ssh", + "proxy" : { + "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" + }, + "host" : "192.168.174.30", + "port" : 22, + "user" : "root", + "password" : { + "type" : "inPlace", + "value" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "y2Zx1rqYbb2Eol5j4Zz3vZTzZ3Nsr5E2YhFLoAwzBoIxLGmJNlk=" + } + } + }, + "identityStrategy" : { + "type" : "none" + }, + "dontInteractWithSystem" : false, + "forwardX11" : false +} \ No newline at end of file