From d1b57bcf67ee691630b7f87e0a968eaccfc43795 Mon Sep 17 00:00:00 2001 From: Marco Kohn Date: Sun, 23 Feb 2025 00:18:57 +0100 Subject: [PATCH] Icinga Basic Request --- IcingaHome/Basic Status.bru | 11 +++++++++++ IcingaHome/bruno.json | 9 +++++++++ IcingaHome/collection.bru | 12 ++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 IcingaHome/Basic Status.bru create mode 100644 IcingaHome/bruno.json create mode 100644 IcingaHome/collection.bru diff --git a/IcingaHome/Basic Status.bru b/IcingaHome/Basic Status.bru new file mode 100644 index 0000000..a2e95c5 --- /dev/null +++ b/IcingaHome/Basic Status.bru @@ -0,0 +1,11 @@ +meta { + name: Basic Status + type: http + seq: 2 +} + +get { + url: https://192.168.200.11:5665/v1/status + body: none + auth: inherit +} diff --git a/IcingaHome/bruno.json b/IcingaHome/bruno.json new file mode 100644 index 0000000..9026204 --- /dev/null +++ b/IcingaHome/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "IcingaHome", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/IcingaHome/collection.bru b/IcingaHome/collection.bru new file mode 100644 index 0000000..c850bf3 --- /dev/null +++ b/IcingaHome/collection.bru @@ -0,0 +1,12 @@ +headers { + Accept: application/json +} + +auth { + mode: basic +} + +auth:basic { + username: nodered + password: noderedpassword +}