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 +}