From 059fe9a2fe89fffa46620b089900caaebbe74696 Mon Sep 17 00:00:00 2001 From: Marco Kohn Date: Mon, 17 Mar 2025 15:49:54 +0100 Subject: [PATCH] new Icinga NG QSU --- Icinga QSU NG/Basic Status.bru | 11 +++++++++++ Icinga QSU NG/bruno.json | 9 +++++++++ Icinga QSU NG/collection.bru | 12 ++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 Icinga QSU NG/Basic Status.bru create mode 100644 Icinga QSU NG/bruno.json create mode 100644 Icinga QSU NG/collection.bru diff --git a/Icinga QSU NG/Basic Status.bru b/Icinga QSU NG/Basic Status.bru new file mode 100644 index 0000000..488c13a --- /dev/null +++ b/Icinga QSU NG/Basic Status.bru @@ -0,0 +1,11 @@ +meta { + name: Basic Status + type: http + seq: 2 +} + +get { + url: https://ic2-master01vt.monitoring.noris.de:5665/v1/status/ + body: none + auth: inherit +} diff --git a/Icinga QSU NG/bruno.json b/Icinga QSU NG/bruno.json new file mode 100644 index 0000000..a4279f7 --- /dev/null +++ b/Icinga QSU NG/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Icinga QSU NG", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/Icinga QSU NG/collection.bru b/Icinga QSU NG/collection.bru new file mode 100644 index 0000000..499912d --- /dev/null +++ b/Icinga QSU NG/collection.bru @@ -0,0 +1,12 @@ +headers { + Accept: application/json +} + +auth { + mode: basic +} + +auth:basic { + username: Icinga-Director + password: Iiphuo8f +}